--- a/fs/fuse/dir.c +++ b/fs/fuse/dir.c @@ -1071,7 +1071,7 @@ int fuse_reverse_inval_entry(struct fuse if (!parent) return -ENOENT; - inode_lock(parent); + inode_lock_nested(parent, I_MUTEX_PARENT); if (!S_ISDIR(parent->i_mode)) goto unlock;