projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e890db0
)
NFS: Remove unnecessary call to nfs_setsecurity in nfs_fhget()
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 7 Aug 2013 16:17:19 +0000
(12:17 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 7 Aug 2013 21:07:41 +0000
(17:07 -0400)
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>
fs/nfs/inode.c
patch
|
blob
|
history
diff --git
a/fs/nfs/inode.c
b/fs/nfs/inode.c
index 3ea4f641effc4c548073cca8e3923e27afbcb234..941246f2b43d266827666dee7fec5051c2289586 100644
(file)
--- 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),