NFS: Fix the ftruncate() credential problem
ftruncate() access checking is supposed to be performed at open() time, just like reads and writes. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
@@ -129,6 +129,8 @@ nfs_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr,
|
||||
sattr->ia_mode &= S_IALLUGO;
|
||||
|
||||
dprintk("NFS call setattr\n");
|
||||
if (sattr->ia_valid & ATTR_FILE)
|
||||
msg.rpc_cred = nfs_file_cred(sattr->ia_file);
|
||||
nfs_fattr_init(fattr);
|
||||
status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0);
|
||||
if (status == 0)
|
||||
|
Reference in New Issue
Block a user