diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-26 12:57:42 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-26 12:57:42 -0400 |
commit | 24a01d4ee4ee9196c1acc58c64dc216ba2578f1f (patch) | |
tree | 84431a08706f1b319cee4be18995b85269709d6b /fs | |
parent | a209dfc7b0d94bd6fa94553c097836a2e6d0f0ba (diff) |
v9fs_iop_get_acl: get rid of unused variable
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/9p/acl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/9p/acl.c b/fs/9p/acl.c index 814be079c185..e9cb57f07546 100644 --- a/fs/9p/acl.c +++ b/fs/9p/acl.c | |||
@@ -98,7 +98,6 @@ static struct posix_acl *v9fs_get_cached_acl(struct inode *inode, int type) | |||
98 | 98 | ||
99 | struct posix_acl *v9fs_iop_get_acl(struct inode *inode, int type) | 99 | struct posix_acl *v9fs_iop_get_acl(struct inode *inode, int type) |
100 | { | 100 | { |
101 | struct posix_acl *acl; | ||
102 | struct v9fs_session_info *v9ses; | 101 | struct v9fs_session_info *v9ses; |
103 | 102 | ||
104 | v9ses = v9fs_inode2v9ses(inode); | 103 | v9ses = v9fs_inode2v9ses(inode); |