From: Linus Torvalds Date: Tue, 26 Jul 2011 06:43:53 +0000 (-0700) Subject: p9: avoid unused variable warning X-Git-Tag: v3.1-rc1~231 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e08dc1325feaf49eec392ee52feb2974ec3f5155;p=pandora-kernel.git p9: avoid unused variable warning Commit 4e34e719e457 ("fs: take the ACL checks to common code") removed the use of the 'acl' variable in v9fs_iop_get_acl(), but left the variable definition around. Remove it to get rid of the warning: fs/9p/acl.c: In function ‘v9fs_iop_get_acl’: fs/9p/acl.c:101:20: warning: unused variable ‘acl’ Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed