Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115391
b: refs/heads/master
c: f25b874
h: refs/heads/master
i:
  115389: c700ec9
  115387: 5cef5d1
  115383: 458bf65
  115375: 02e9cf8
  115359: b4f639e
  115327: 110aaa7
v: v3
  • Loading branch information
Jeff Layton authored and Trond Myklebust committed Oct 7, 2008
1 parent 669cf7d commit 118979d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f200c11c257b8db5c49dfc0b7f84bceae3109779
refs/heads/master: f25b874d39461935b1b5bbffaa622e735e79d49e
2 changes: 2 additions & 0 deletions trunk/fs/nfs/nfs3acl.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ struct posix_acl *nfs3_proc_getacl(struct inode *inode, int type)

dprintk("NFS call getacl\n");
msg.rpc_proc = &server->client_acl->cl_procinfo[ACLPROC3_GETACL];
nfs_fattr_init(&fattr);
status = rpc_call_sync(server->client_acl, &msg, 0);
dprintk("NFS reply getacl: %d\n", status);

Expand Down Expand Up @@ -322,6 +323,7 @@ static int nfs3_proc_setacls(struct inode *inode, struct posix_acl *acl,

dprintk("NFS call setacl\n");
msg.rpc_proc = &server->client_acl->cl_procinfo[ACLPROC3_SETACL];
nfs_fattr_init(&fattr);
status = rpc_call_sync(server->client_acl, &msg, 0);
nfs_access_zap_cache(inode);
nfs_zap_acl_cache(inode);
Expand Down

0 comments on commit 118979d

Please sign in to comment.