Skip to content

Commit

Permalink
v9fs_iop_get_acl: get rid of unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed Jul 26, 2011
1 parent a209dfc commit 24a01d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/9p/acl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 24a01d4

Please sign in to comment.