]> 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, 3 May 2012 05:43:28 +0000 (15:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 3 May 2012 05:46:20 +0000 (15:46 +1000)
commitca95d94f67fccac288ae7c81f24b1bd6063d751f
tree250d3d3a82eadb10aa36c5ab0af5141a1d3267ae
parentacd3e67942c8e0cf8c1dcddfa2e9f6ac9a8d5b34
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