commit | 32f4aeb31583a85c1e9a5d6d485055c090cebbfb | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Thu Jan 20 02:09:52 2011 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Tue Mar 08 14:58:29 2011 +0900 |
tree | b0b0d53b9f12ea00d77d1b3f65a5c03be43ae026 | |
parent | f0c9f242f947a37675a883deca7f722cac935b0e [diff] |
nilfs2: mark S_NOATIME on inodes only if NOATIME attribute is set At present, nilfs marks S_NOATIME flag on all inodes. This restricts nilfs_set_inode_flags function so that it marks S_NOATIME only if a given inode has an FS_NOATIME_FL flag. Although nilfs does not support atime yet, touch_atime() still safely returns on IS_NOATIME check since MS_NOATIME is always set on sb. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>