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 | |
parent | a209dfc7b0d94bd6fa94553c097836a2e6d0f0ba (diff) | |
download | op-kernel-dev-24a01d4ee4ee9196c1acc58c64dc216ba2578f1f.zip op-kernel-dev-24a01d4ee4ee9196c1acc58c64dc216ba2578f1f.tar.gz |
v9fs_iop_get_acl: get rid of unused variable
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
-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 814be07..e9cb57f 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) struct posix_acl *v9fs_iop_get_acl(struct inode *inode, int type) { - struct posix_acl *acl; struct v9fs_session_info *v9ses; v9ses = v9fs_inode2v9ses(inode); |