Linus Torvalds e08dc1325f 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 <torvalds@linux-foundation.org>
2011-07-25 23:43:53 -07:00
..
2011-07-25 23:43:53 -07:00
2011-07-25 21:00:19 -07:00
2011-07-22 19:42:12 -04:00
2011-07-20 20:23:19 -04:00
2011-07-25 21:00:19 -07:00
2011-07-20 20:47:46 -04:00
2011-07-20 20:23:19 -04:00
2011-07-25 20:57:11 -07:00