Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24a01d4e authored by Al Viro's avatar Al Viro
Browse files

v9fs_iop_get_acl: get rid of unused variable



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent a209dfc7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);