]> git.baikalelectronics.ru Git - kernel.git/commit
fsnotify/vfsmount: add fsnotify fields to struct vfsmount
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)
commit4f0f21c59f126047192a54774968a9fe12ff29f2
tree4ff736af6b00fd5cbf0cd6a4d6bbcadb6dde9bd8
parent03f1a493e5b67b895dc44f926fcde670b3f2bf9d
fsnotify/vfsmount: add fsnotify fields to struct vfsmount

This patch adds the list and mask fields needed to support vfsmount marks.
These are the same fields fsnotify needs on an inode.  They are not used,
just declared and we note where the cleanup hook should be (the function is
not yet defined)

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