]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fsnotify: remove unused parameter from send_to_group()
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 25 Apr 2012 01:03:27 +0000 (11:03 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 30 Apr 2012 05:17:16 +0000 (15:17 +1000)
commit7de40817064cec74ba7abfb28a9f1c84efe2d610
treefe02a2b34589c591dfde55255764fc66eb04ce00
parentf00c1670b590e304bbd91a8125785e47cdfcf3ff
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