diff options
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2010-09-27 14:57:40 -0400 |
---|---|---|
committer | Eric Van Hensbergen <ericvh@gmail.com> | 2010-10-28 10:08:46 -0400 |
commit | 22d8dcdf8f8a3882d98757e78169014bb0bc6b23 (patch) | |
tree | ee7c2f6842b329cfc0652400e83cb166dbead331 /fs/9p/vfs_inode.c | |
parent | 7a4566b0b8fa67c7cd7be9f2969a085920356abb (diff) |
fs/9p: Implement setting posix acl
This patch also update mode bits, as a normal file system.
I am not sure wether we should do that, considering that
a setxattr on the server will again update the ACL/mode value
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
Diffstat (limited to 'fs/9p/vfs_inode.c')
-rw-r--r-- | fs/9p/vfs_inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/9p/vfs_inode.c b/fs/9p/vfs_inode.c index 1249b8323961..4b67bf1fb1d5 100644 --- a/fs/9p/vfs_inode.c +++ b/fs/9p/vfs_inode.c | |||
@@ -1242,7 +1242,7 @@ static int v9fs_vfs_setattr(struct dentry *dentry, struct iattr *iattr) | |||
1242 | * | 1242 | * |
1243 | */ | 1243 | */ |
1244 | 1244 | ||
1245 | static int v9fs_vfs_setattr_dotl(struct dentry *dentry, struct iattr *iattr) | 1245 | int v9fs_vfs_setattr_dotl(struct dentry *dentry, struct iattr *iattr) |
1246 | { | 1246 | { |
1247 | int retval; | 1247 | int retval; |
1248 | struct v9fs_session_info *v9ses; | 1248 | struct v9fs_session_info *v9ses; |