summaryrefslogtreecommitdiffstats
path: root/fs/notify/Makefile
diff options
context:
space:
mode:
authorEric Paris2009-12-18 03:24:27 +0100
committerEric Paris2010-07-28 15:58:57 +0200
commit0d48b7f01f442bc88a69aa98f3b6b015f2817608 (patch)
tree6b484d9b8ac355609e9b2783169ed584cc365f9a /fs/notify/Makefile
parentfsnotify/vfsmount: add fsnotify fields to struct vfsmount (diff)
downloadkernel-qcow2-linux-0d48b7f01f442bc88a69aa98f3b6b015f2817608.tar.gz
kernel-qcow2-linux-0d48b7f01f442bc88a69aa98f3b6b015f2817608.tar.xz
kernel-qcow2-linux-0d48b7f01f442bc88a69aa98f3b6b015f2817608.zip
fsnotify: vfsmount marks generic functions
Much like inode-mark.c has all of the code dealing with marks on inodes this patch adds a vfsmount-mark.c which has similar code but is intended for marks on vfsmounts. Signed-off-by: Eric Paris <eparis@redhat.com>
Diffstat (limited to 'fs/notify/Makefile')
-rw-r--r--fs/notify/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/notify/Makefile b/fs/notify/Makefile
index 8f7f3b024a2e..ae5f33a6d868 100644
--- a/fs/notify/Makefile
+++ b/fs/notify/Makefile
@@ -1,5 +1,5 @@
obj-$(CONFIG_FSNOTIFY) += fsnotify.o notification.o group.o inode_mark.o \
- mark.o
+ mark.o vfsmount_mark.o
obj-y += dnotify/
obj-y += inotify/