]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fsnotify: remove unused parameter from send_to_group()
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 12 Apr 2012 22:51:55 +0000 (08:51 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 17 Apr 2012 03:47:16 +0000 (13:47 +1000)
commitc97d3a462dfcb71514bf5ff3674cc40480244eb7
tree16ba30a92476e0c39ab531b37dc364c0a9f4d3ac
parentb788d2ae4a0a898c7a4661256f62bf7d30da2deb
fsnotify: remove unused parameter from send_to_group()

We don't use "mnt" anymore in send_to_group() after 1968f5eed5 ("fanotify:
use both marks when possible") was applied.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/notify/fsnotify.c