commit | d5a335b845792d2a69ed1e244c0b233117b7db3c | [log] [tgz] |
---|---|---|
author | Lino Sanfilippo <LinoSanfilippo@gmx.de> | Tue Jun 14 17:29:52 2011 +0200 |
committer | Eric Paris <eparis@redhat.com> | Tue Dec 11 13:44:36 2012 -0500 |
tree | 7a340810ee8cba71ba90ab61f2a9bcef7c63a158 | |
parent | e2a29943e9a2ee2aa737a77f550f46ba72269db4 [diff] |
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>