Files
Linux/fs/ext2
Djalal Harouni 34b0784056 ext2: protect inode changes in the SETVERSION and SETFLAGS ioctls
Unlock mutex after i_flags and i_ctime updates in the EXT2_IOC_SETFLAGS
ioctl.

Use i_mutex in the EXT2_IOC_SETVERSION ioctl to protect i_ctime and
i_generation updates and make the ioctl consistent since i_mutex is
also used in other places to protect timestamps and inode changes.

Cc: Andreas Dilger <[email protected]>
Cc: Jan Kara <[email protected]>
Signed-off-by: Djalal Harouni <[email protected]>
Signed-off-by: Jan Kara <[email protected]>
2012-01-11 13:39:02 +01:00
..
2012-01-03 22:54:58 -05:00
2012-01-03 22:54:58 -05:00
2011-07-25 14:30:23 -04:00
2009-06-11 21:36:12 -04:00
2012-01-03 22:54:54 -05:00
2009-12-10 15:02:52 +01:00
…