mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-26 18:43:33 -05:00
0d48b7f01f
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>
6 lines
168 B
Makefile
6 lines
168 B
Makefile
obj-$(CONFIG_FSNOTIFY) += fsnotify.o notification.o group.o inode_mark.o \
|
|
mark.o vfsmount_mark.o
|
|
|
|
obj-y += dnotify/
|
|
obj-y += inotify/
|
|
obj-y += fanotify/
|