aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/Makefile
diff options
context:
space:
mode:
authorEric Paris <eparis@redhat.com>2009-12-17 21:24:27 -0500
committerEric Paris <eparis@redhat.com>2010-07-28 09:58:57 -0400
commit0d48b7f01f442bc88a69aa98f3b6b015f2817608 (patch)
tree6b484d9b8ac355609e9b2783169ed584cc365f9a /fs/notify/Makefile
parent2504c5d63b811b71bbaa8d5d5af163e698f4df1f (diff)
downloadkernel_samsung_smdk4412-0d48b7f01f442bc88a69aa98f3b6b015f2817608.zip
kernel_samsung_smdk4412-0d48b7f01f442bc88a69aa98f3b6b015f2817608.tar.gz
kernel_samsung_smdk4412-0d48b7f01f442bc88a69aa98f3b6b015f2817608.tar.bz2
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 8f7f3b0..ae5f33a 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/