Skip to content
Commit a090d913 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] protect ext3 ioctl modifying append_only, immutable, etc. with i_mutex



All modifications of ->i_flags in inodes that might be visible to
somebody else must be under ->i_mutex.  That patch fixes ext3 ioctl()
setting S_APPEND and friends.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 6ad0013b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment