fsnotify: allow groups to set freeing_mark to null
authorEric Paris <eparis@redhat.com>
Thu, 11 Jun 2009 15:09:48 +0000 (11:09 -0400)
committerEric Paris <eparis@redhat.com>
Thu, 11 Jun 2009 18:57:55 +0000 (14:57 -0400)
commita092ee20fd33d2df0990dcbf2235afc181612818
treec172839ce60bcc55e770e6707694842301e3ed6b
parente42e27736de80045f925564ea27a1d32957219e7
fsnotify: allow groups to set freeing_mark to null

Most fsnotify listeners (all but inotify) do not care about marks being
freed.  Allow groups to set freeing_mark to null and do not call any
function if it is set that way.

Signed-off-by: Eric Paris <eparis@redhat.com>
fs/notify/dnotify/dnotify.c
fs/notify/inode_mark.c