diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2013-08-07 12:17:19 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2013-08-07 17:07:41 -0400 |
commit | eddffa40841c0249678ee5551839e369baa97314 (patch) | |
tree | d991cfdb474c438d6bd8ab104168396d0dddb3c9 | |
parent | e890db0104826742818cbfb8fdb3000a38a9b97c (diff) | |
download | op-kernel-dev-eddffa40841c0249678ee5551839e369baa97314.zip op-kernel-dev-eddffa40841c0249678ee5551839e369baa97314.tar.gz |
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 <Julia.Lawall@lip6.fr>
Cc: Steve Dickson <SteveD@redhat.com>
Cc: Dave Quigley <dpquigl@davequigley.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
-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 3ea4f64..941246f 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), |