diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-04-26 06:32:40 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-04-26 14:52:21 (GMT) |
commit | a090d9132c1e53e3517111123680c15afb25c0a4 (patch) | |
tree | 7654cbd50a49d1140c71112ce79387bfbc6c0c86 /usr | |
parent | 6ad0013b316367671ef316cff91ab2d912e309c9 (diff) | |
download | linux-fsl-qoriq-a090d9132c1e53e3517111123680c15afb25c0a4.tar.xz |
[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: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions