]> git.baikalelectronics.ru Git - kernel.git/commit
fsnotify: Infrastructure for per-mount watches
authorAndreas Gruenbacher <agruen@suse.de>
Fri, 18 Dec 2009 02:24:27 +0000 (21:24 -0500)
committerEric Paris <eparis@redhat.com>
Wed, 28 Jul 2010 13:58:57 +0000 (09:58 -0400)
commit45371365f6ce1691d45bbe0dd0c9cd6455ee8c72
treede2319fb43b4fa16d07ecbcd75022cdaf9a757e1
parent2796631642cc5c3611841b24039a3cfde8d185b0
fsnotify: Infrastructure for per-mount watches

Per-mount watches allow groups to listen to fsnotify events on an entire
mount.  This patch simply adds and initializes the fields needed in the
vfsmount struct to make this happen.

Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
Signed-off-by: Eric Paris <eparis@redhat.com>
fs/namespace.c
fs/notify/fsnotify.c
fs/notify/fsnotify.h
include/linux/fsnotify.h
include/linux/fsnotify_backend.h