diff options
author | Casey Schaufler <casey@schaufler-ca.com> | 2012-05-24 00:46:58 (GMT) |
---|---|---|
committer | Casey Schaufler <casey@schaufler-ca.com> | 2012-07-13 22:49:23 (GMT) |
commit | eb982cb4cf6405b97ea1f9e1d10864981f269d46 (patch) | |
tree | 8d89448e0ef96d587ea8052021a721e632b4b318 /drivers/ptp | |
parent | 417c6c8ee2eb6975f357d8975af94ba5fbeaf82d (diff) | |
download | linux-eb982cb4cf6405b97ea1f9e1d10864981f269d46.tar.xz |
Smack: fix smack_new_inode bogosities
In January of 2012 Al Viro pointed out three bits of code that
he titled "new_inode_smack bogosities". This patch repairs these
errors.
1. smack_sb_kern_mount() included a NULL check that is impossible.
The check and NULL case are removed.
2. smack_kb_kern_mount() included pointless locking. The locking is
removed. Since this is the only place that lock was used the lock
is removed from the superblock_smack structure.
3. smk_fill_super() incorrectly and unnecessarily set the Smack label
for the smackfs root inode. The assignment has been removed.
Targeted for git://gitorious.org/smack-next/kernel.git
Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
Diffstat (limited to 'drivers/ptp')
0 files changed, 0 insertions, 0 deletions