fsnotify: remove a stray unlock
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 21 Apr 2017 10:52:20 +0000 (13:52 +0300)
committerJan Kara <jack@suse.cz>
Mon, 24 Apr 2017 14:41:28 +0000 (16:41 +0200)
commitf4edce1afd537327012189c1481ad66260b195ff
tree0bf7fa24c22925e0838ce099337576ffb640cd75
parent054c636e5c8054884ede889be82ce059879945e6
fsnotify: remove a stray unlock

We recently shifted this code around, so we're no longer holding the
lock on this path.

Fixes: 755b5bc681eb ("fsnotify: Remove indirection from mark list addition")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/notify/mark.c