Skip to content

Commit

Permalink
ioengines: merge filecreate, filestat, filedelete engines to fileoper…
Browse files Browse the repository at this point in the history
…ations.c

file operation engines have similar structure, implement them
in one file.

Signed-off-by: friendy-su <[email protected]>
  • Loading branch information
friendy-su authored and vincentkfu committed Aug 11, 2022
1 parent 9dc528b commit 910c72d
Show file tree
Hide file tree
Showing 5 changed files with 319 additions and 424 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ SOURCE := $(sort $(patsubst $(SRCDIR)/%,%,$(wildcard $(SRCDIR)/crc/*.c)) \
pshared.c options.c \
smalloc.c filehash.c profile.c debug.c engines/cpu.c \
engines/mmap.c engines/sync.c engines/null.c engines/net.c \
engines/ftruncate.c engines/filecreate.c engines/filestat.c engines/filedelete.c \
engines/ftruncate.c engines/fileoperations.c \
engines/exec.c \
server.c client.c iolog.c backend.c libfio.c flow.c cconv.c \
gettime-thread.c helpers.c json.c idletime.c td_error.c \
Expand Down
118 changes: 0 additions & 118 deletions engines/filecreate.c

This file was deleted.

115 changes: 0 additions & 115 deletions engines/filedelete.c

This file was deleted.

Loading

0 comments on commit 910c72d

Please sign in to comment.