aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/dnotify/dnotify.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/notify/dnotify/dnotify.c')
-rw-r--r--fs/notify/dnotify/dnotify.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/notify/dnotify/dnotify.c b/fs/notify/dnotify/dnotify.c
index c3dc15879a52..e92b2c87ae94 100644
--- a/fs/notify/dnotify/dnotify.c
+++ b/fs/notify/dnotify/dnotify.c
@@ -199,8 +199,6 @@ void dnotify_flush(struct file *filp, fl_owner_t id)
199 if (dn_mark->dn == NULL) 199 if (dn_mark->dn == NULL)
200 fsnotify_destroy_mark(fsn_mark); 200 fsnotify_destroy_mark(fsn_mark);
201 201
202 fsnotify_recalc_group_mask(dnotify_group);
203
204 mutex_unlock(&dnotify_mark_mutex); 202 mutex_unlock(&dnotify_mark_mutex);
205 203
206 fsnotify_put_mark(fsn_mark); 204 fsnotify_put_mark(fsn_mark);
@@ -385,8 +383,6 @@ out:
385 if (destroy) 383 if (destroy)
386 fsnotify_destroy_mark(fsn_mark); 384 fsnotify_destroy_mark(fsn_mark);
387 385
388 fsnotify_recalc_group_mask(dnotify_group);
389
390 mutex_unlock(&dnotify_mark_mutex); 386 mutex_unlock(&dnotify_mark_mutex);
391 fsnotify_put_mark(fsn_mark); 387 fsnotify_put_mark(fsn_mark);
392out_err: 388out_err: