Files
i2som-imx-linux/fs
Theodore Ts'o ff624a813e ext4: atomically set inode->i_flags in ext4_set_inode_flags()
commit 00a1a053eb upstream.

Use cmpxchg() to atomically set i_flags instead of clearing out the
S_IMMUTABLE, S_APPEND, etc. flags and then setting them from the
EXT4_IMMUTABLE_FL, EXT4_APPEND_FL flags, since this opens up a race
where an immutable file has the immutable flag cleared for a brief
window of time.

Reported-by: John Sullivan <jsrhbz@kanargh.force9.co.uk>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-04-03 11:58:46 -07:00
..
2013-11-13 12:01:48 +09:00
2014-03-23 21:37:06 -07:00
2013-12-08 07:29:43 -08:00
2014-03-23 21:37:03 -07:00
2013-03-28 12:12:27 -07:00
2013-11-29 10:50:33 -08:00
2013-03-14 11:29:51 -07:00
2013-01-11 09:07:14 -08:00
2013-08-04 16:25:59 +08:00