Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 77b8a75 introduced a warning at fs/inode.c:692 unlock_new_inode(), caused by unlock_new_inode() being called on existing inodes as well. This patch changes setup_inode() to only call unlock_new_inode() for I_NEW inodes. Signed-off-by: Alexander Shishkin <[email protected]> Signed-off-by: Al Viro <[email protected]>
- Loading branch information