]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fanotify: add an extra flag to mark_remove_from_mask that indicates wheather a mark...
authorLino Sanfilippo <LinoSanfilippo@gmx.de>
Tue, 14 Jun 2011 15:29:49 +0000 (17:29 +0200)
committerEric Paris <eparis@redhat.com>
Mon, 26 Mar 2012 15:21:14 +0000 (11:21 -0400)
commitd6651e5fee79435ab2b752cd87ed8557ab91a49b
treee8647557268e7fd489864dbaf8332a175018d67d
parentf1ae5e850a85e0db65d95c13ed6cc31d2450c5f2
fanotify: add an extra flag to mark_remove_from_mask that indicates wheather a mark should be destroyed

This patch adds an extra flag to mark_remove_from_mask() to inform the caller if
the mark should be destroyed.
With this we dont destroy the mark implicitly in the function itself any more
but let the caller handle it.

Signed-off-by: Lino Sanfilippo <LinoSanfilippo@gmx.de>
Signed-off-by: Eric Paris <eparis@redhat.com>
fs/notify/fanotify/fanotify_user.c