mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 09:14:19 +08:00
ebb3b47e37
inode_mark.c now contains only a single function. Move it to fs/notify/fsnotify.c and remove inode_mark.c. Reviewed-by: Miklos Szeredi <mszeredi@redhat.com> Reviewed-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Jan Kara <jack@suse.cz>
7 lines
148 B
Makefile
7 lines
148 B
Makefile
obj-$(CONFIG_FSNOTIFY) += fsnotify.o notification.o group.o mark.o \
|
|
fdinfo.o
|
|
|
|
obj-y += dnotify/
|
|
obj-y += inotify/
|
|
obj-y += fanotify/
|