• E
    fsnotify: allow addition of duplicate fsnotify marks · 40554c3d
    Eric Paris 提交于
    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: NEric Paris <eparis@redhat.com>
    40554c3d
inode_mark.c 13.0 KB