diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/notify/mark.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/notify/mark.c b/fs/notify/mark.c index 08ab7b252322..416ba91750a9 100644 --- a/fs/notify/mark.c +++ b/fs/notify/mark.c @@ -158,9 +158,9 @@ static struct inode *fsnotify_detach_from_object(struct fsnotify_mark *mark) if (conn->flags & FSNOTIFY_OBJ_TYPE_INODE) inode = conn->inode; } + __fsnotify_recalc_mask(conn); mark->connector = NULL; spin_unlock(lock); - fsnotify_recalc_mask(conn); return inode; } |