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 14:30:23 -04:00
2011-04-15 15:26:14 -05:00
2011-07-23 09:32:48 -05:00
2011-07-23 09:32:50 -05:00
2011-04-15 15:26:14 -05:00
2010-08-02 14:28:35 -05:00
2011-01-11 09:58:07 -06:00