summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2011-07-26 16:57:42 (GMT)
committerAl Viro <viro@zeniv.linux.org.uk>2011-07-26 16:57:42 (GMT)
commit24a01d4ee4ee9196c1acc58c64dc216ba2578f1f (patch)
tree84431a08706f1b319cee4be18995b85269709d6b /fs
parenta209dfc7b0d94bd6fa94553c097836a2e6d0f0ba (diff)
downloadlinux-fsl-qoriq-24a01d4ee4ee9196c1acc58c64dc216ba2578f1f.tar.xz
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.c1
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);