diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2008-05-21 13:15:03 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2008-07-26 20:53:13 -0400 |
commit | 1bd5191d9f5d1928c4efdf604c4164b04bb88dbe (patch) | |
tree | a0395f9e5a05c093ee3f5f1d816b2a053bad1f5c /fs/proc | |
parent | 9043476f726802f4b00c96d0c4f418dde48d1304 (diff) |
[patch 05/14] hpfs: dont call permission()
hpfs_unlink() calls permission() prior to truncating the file. HPFS
doesn't define a .permission method, so replace with explicit call to
generic_permission().
This is equivalent, except that devcgroup_inode_permission() and
security_inode_permission() are not called.
The truncation is just an implementation detail of the unlink, so
these security checks are unnecessary.
I suspect that even calling generic_permission() is unnecessary, since
we shouldn't mind if the file isn't writable. But I leave that to the
maintainer to decide.
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
CC: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
Diffstat (limited to 'fs/proc')
0 files changed, 0 insertions, 0 deletions