diff options
author | 2011-07-26 12:57:42 -0400 | |
---|---|---|
committer | 2011-07-26 12:57:42 -0400 | |
commit | 24a01d4ee4ee9196c1acc58c64dc216ba2578f1f (patch) | |
tree | 84431a08706f1b319cee4be18995b85269709d6b | |
parent | vfs: dont chain pipe/anon/socket on superblock s_inodes list (diff) | |
download | linux-dev-24a01d4ee4ee9196c1acc58c64dc216ba2578f1f.tar.xz linux-dev-24a01d4ee4ee9196c1acc58c64dc216ba2578f1f.zip |
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 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) 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); |