commit | 17637cbaba592076c221dc045ca78422b4af6290 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@suse.cz> | Thu Oct 18 03:07:01 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Thu Oct 18 14:37:30 2007 -0700 |
tree | 9b8148b29cb2c776cd96278c0710a890054a2b78 | |
parent | d139d7ffd0c1e81e2a809909b4f8b121a0dc119a [diff] |
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>