]> git.baikalelectronics.ru Git - kernel.git/commit
fsnotify: split generic and inode specific mark code
authorEric Paris <eparis@redhat.com>
Fri, 18 Dec 2009 02:24:27 +0000 (21:24 -0500)
committerEric Paris <eparis@redhat.com>
Wed, 28 Jul 2010 13:58:57 +0000 (09:58 -0400)
commitd349b2efd6cb50983e9391acc91bf8c0b96c7aca
tree66b6d84b7aab886b44a3467a139d258d9aba09df
parent02c69c0a75c849207ee3e144e9dbde35dc784de8
fsnotify: split generic and inode specific mark code

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>
12 files changed:
fs/notify/Makefile
fs/notify/dnotify/dnotify.c
fs/notify/fanotify/fanotify.c
fs/notify/fanotify/fanotify_user.c
fs/notify/fsnotify.h
fs/notify/inode_mark.c
fs/notify/inotify/inotify_fsnotify.c
fs/notify/inotify/inotify_user.c
fs/notify/mark.c [new file with mode: 0644]
include/linux/fsnotify_backend.h
kernel/audit_tree.c
kernel/audit_watch.c