projects
/
fio.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[PATCH] Only unlink for created files
[fio.git]
/
fio.h
diff --git
a/fio.h
b/fio.h
index 16d5523feb6bf2af4f5f3684010645ceae95ccec..f0b4e6a1d72630c64f4768fe99da6b64527ef730 100644
(file)
--- a/
fio.h
+++ b/
fio.h
@@
-160,6
+160,8
@@
struct fio_file {
unsigned long *file_map;
unsigned int num_maps;
+
+ unsigned int unlink;
};
/*