mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
currently all marking is done by functions in inode-mark.c. Some of this is pretty generic and should be instead done in a generic function and we should only put the inode specific code in inode-mark.c Signed-off-by: Eric Paris <eparis@redhat.com>
7 lines
152 B
Makefile
7 lines
152 B
Makefile
obj-$(CONFIG_FSNOTIFY) += fsnotify.o notification.o group.o inode_mark.o \
|
|
mark.o
|
|
|
|
obj-y += dnotify/
|
|
obj-y += inotify/
|
|
obj-y += fanotify/
|