aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fuse.h
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-10-30 15:02:52 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2005-10-30 17:37:24 -0800
commit6ea05db06f32adac65b4c4e95ef998839149de12 (patch)
tree61ed5416cdf3802dbd7ce3391f0345db75c7c301 /include/linux/fuse.h
parent[PATCH] fuse: spelling fixes (diff)
downloadlinux-dev-6ea05db06f32adac65b4c4e95ef998839149de12.tar.xz
linux-dev-6ea05db06f32adac65b4c4e95ef998839149de12.zip
[PATCH] fuse: remove unused define
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>
Diffstat (limited to 'include/linux/fuse.h')
-rw-r--r--include/linux/fuse.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fuse.h b/include/linux/fuse.h
index acbeb96a3353..f98854c2abd7 100644
--- 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