fuse: improve utimes support
authorMiklos Szeredi <mszeredi@suse.cz>
Thu, 18 Oct 2007 10:07:01 +0000 (03:07 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 18 Oct 2007 21:37:30 +0000 (14:37 -0700)
commit17637cbaba592076c221dc045ca78422b4af6290
tree9b8148b29cb2c776cd96278c0710a890054a2b78
parentd139d7ffd0c1e81e2a809909b4f8b121a0dc119a
fuse: improve utimes support

Add two new flags for setattr: FATTR_ATIME_NOW and FATTR_MTIME_NOW.  These
mean, that atime or mtime should be changed to the current time.

Also it is now possible to update atime or mtime individually, not just
together.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/fuse/dir.c
include/linux/fuse.h