]> git.baikalelectronics.ru Git - kernel.git/commit
p9: avoid unused variable warning
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Jul 2011 06:43:53 +0000 (23:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Jul 2011 06:43:53 +0000 (23:43 -0700)
commit256fe49e2a04c641ad33cfe12374509b7a0866bb
tree07e0b7a436d75ba344955b7cfa4d5b49f3b115d6
parent5fce727a735e165e22649f152e1a7c864f605721
p9: avoid unused variable warning

Commit df67f625a486 ("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>
fs/9p/acl.c