]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fsnotify: introduce locked versions of fsnotify_add_mark() and fsnotify_remove_mark()
authorLino Sanfilippo <LinoSanfilippo@gmx.de>
Tue, 14 Jun 2011 15:29:52 +0000 (17:29 +0200)
committerEric Paris <eparis@redhat.com>
Mon, 26 Mar 2012 15:21:16 +0000 (11:21 -0400)
commitfb634e66bbe4119fe5074ecf89630cdb361041d6
treed3390a00e8af007f51305083f34667c80d70c286
parent3c183c233284246d46aec94a8345cdd449418024
fsnotify: introduce locked versions of fsnotify_add_mark() and fsnotify_remove_mark()

This patch introduces fsnotify_add_mark_locked() and fsnotify_remove_mark_locked()
which are essentially the same as fsnotify_add_mark() and fsnotify_remove_mark() but
assume that the caller has already taken the groups mark mutex.

Signed-off-by: Lino Sanfilippo <LinoSanfilippo@gmx.de>
Signed-off-by: Eric Paris <eparis@redhat.com>
fs/notify/mark.c
include/linux/fsnotify_backend.h