fsnotify: allow addition of duplicate fsnotify marks
authorEric Paris <eparis@redhat.com>
Fri, 18 Dec 2009 01:12:05 +0000 (20:12 -0500)
committerEric Paris <eparis@redhat.com>
Wed, 28 Jul 2010 13:58:17 +0000 (09:58 -0400)
commit40554c3dae83bd892b7fbfaa2ea9de739cbcf065
tree7b9d4951734af9d819a900ff08f23c797a5c1b5c
parent9e1c74321d87a8b079f04d89e750b39a43365e1f
fsnotify: allow addition of duplicate fsnotify marks

This patch allows a task to add a second fsnotify mark to an inode for the
same group.  This mark will be added to the end of the inode's list and
this will never be found by the stand fsnotify_find_mark() function.   This
is useful if a user wants to add a new mark before removing the old one.

Signed-off-by: Eric Paris <eparis@redhat.com>
fs/notify/dnotify/dnotify.c
fs/notify/inode_mark.c
fs/notify/inotify/inotify_user.c
include/linux/fsnotify_backend.h
kernel/audit_watch.c