aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/inotify/inotify_user.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/notify/inotify/inotify_user.c')
-rw-r--r--fs/notify/inotify/inotify_user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/notify/inotify/inotify_user.c b/fs/notify/inotify/inotify_user.c
index 246250f1db7a..00ff82ff7c9f 100644
--- a/fs/notify/inotify/inotify_user.c
+++ b/fs/notify/inotify/inotify_user.c
@@ -816,7 +816,7 @@ SYSCALL_DEFINE2(inotify_rm_watch, int, fd, __s32, wd)
816 816
817 ret = 0; 817 ret = 0;
818 818
819 fsnotify_destroy_mark(&i_mark->fsn_mark); 819 fsnotify_destroy_mark(&i_mark->fsn_mark, group);
820 820
821 /* match ref taken by inotify_idr_find */ 821 /* match ref taken by inotify_idr_find */
822 fsnotify_put_mark(&i_mark->fsn_mark); 822 fsnotify_put_mark(&i_mark->fsn_mark);