From 118979d7ab73e5ea982aca8b8306cf46b184f407 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Mon, 18 Aug 2008 09:17:58 -0400 Subject: [PATCH] --- yaml --- r: 115391 b: refs/heads/master c: f25b874d39461935b1b5bbffaa622e735e79d49e h: refs/heads/master i: 115389: c700ec9af1176285afc5eb9e5bf4264539d4f8f3 115387: 5cef5d1ad6acf464dffdb0e9bb335cf77b3fd1ab 115383: 458bf6501771863fb4afc47182628f0714525e05 115375: 02e9cf8cb5eef304415c6c97939c34b9e5d418b2 115359: b4f639e729178e78e332f908bfb77772c303c0a4 115327: 110aaa7f468de619bdaaa570f7a3609726a2b143 v: v3 --- [refs] | 2 +- trunk/fs/nfs/nfs3acl.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 6dc63e05cebd..786ff7f6df8a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f200c11c257b8db5c49dfc0b7f84bceae3109779 +refs/heads/master: f25b874d39461935b1b5bbffaa622e735e79d49e diff --git a/trunk/fs/nfs/nfs3acl.c b/trunk/fs/nfs/nfs3acl.c index 423842f51ac9..cef62557c87d 100644 --- a/trunk/fs/nfs/nfs3acl.c +++ b/trunk/fs/nfs/nfs3acl.c @@ -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); @@ -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);