Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] protect ext2 ioctl modifying append_only immutable etc with i…
…_mutex Port commit a090d91 into ext2: All modifications of ->i_flags in inodes that might be visible to somebody else must be under ->i_mutex. That patch fixes ext2 ioctl() setting S_APPEND. Cc: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
- Loading branch information