diff options
| author | Trond Myklebust <[email protected]> | 2013-08-07 12:17:19 -0400 |
|---|---|---|
| committer | Trond Myklebust <[email protected]> | 2013-08-07 17:07:41 -0400 |
| commit | eddffa40841c0249678ee5551839e369baa97314 (patch) | |
| tree | d991cfdb474c438d6bd8ab104168396d0dddb3c9 | |
| parent | e890db0104826742818cbfb8fdb3000a38a9b97c (diff) | |
NFS: Remove unnecessary call to nfs_setsecurity in nfs_fhget()
We only need to call it on the creation of the inode.
Reported-by: Julia Lawall <[email protected]>
Cc: Steve Dickson <[email protected]>
Cc: Dave Quigley <[email protected]>
Signed-off-by: Trond Myklebust <[email protected]>
| -rw-r--r-- | fs/nfs/inode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/inode.c b/fs/nfs/inode.c index 3ea4f641effc..941246f2b43d 100644 --- a/fs/nfs/inode.c +++ b/fs/nfs/inode.c @@ -463,7 +463,6 @@ nfs_fhget(struct super_block *sb, struct nfs_fh *fh, struct nfs_fattr *fattr, st unlock_new_inode(inode); } else nfs_refresh_inode(inode, fattr); - nfs_setsecurity(inode, fattr, label); dprintk("NFS: nfs_fhget(%s/%Ld fh_crc=0x%08x ct=%d)\n", inode->i_sb->s_id, (long long)NFS_FILEID(inode), |