projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1779381
)
[PATCH] fuse: remove unused define
author
Miklos Szeredi
<miklos@szeredi.hu>
Sun, 30 Oct 2005 23:02:52 +0000
(15:02 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 31 Oct 2005 01:37:24 +0000
(17:37 -0800)
Setting ctime is implicit in all setattr cases, so the FATTR_CTIME
definition is unnecessary.
It is used by neither the kernel nor by userspace.
Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/fuse.h
patch
|
blob
|
history
diff --git
a/include/linux/fuse.h
b/include/linux/fuse.h
index
acbeb96
..
f98854c
100644
(file)
--- a/
include/linux/fuse.h
+++ b/
include/linux/fuse.h
@@
-61,7
+61,6
@@
struct fuse_kstatfs {
#define FATTR_SIZE (1 << 3)
#define FATTR_ATIME (1 << 4)
#define FATTR_MTIME (1 << 5)
-#define FATTR_CTIME (1 << 6)
/**
* Flags returned by the OPEN request