From: Al Viro Date: Tue, 26 Jul 2011 16:57:42 +0000 (-0400) Subject: v9fs_iop_get_acl: get rid of unused variable X-Git-Tag: firefly_0821_release~3680^2~4839^2~10 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=24a01d4ee4ee9196c1acc58c64dc216ba2578f1f;p=firefly-linux-kernel-4.4.55.git v9fs_iop_get_acl: get rid of unused variable Signed-off-by: Al Viro --- 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);