]> bbs.cooldavid.org Git - net-next-2.6.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)
commit5444e2981c31d0ed7465475e451b8437084337e5
tree66b6d84b7aab886b44a3467a139d258d9aba09df
parent32c3263221bd63316815286dccacdc7abfd7f3c4
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