https://github.com/torvalds/linux
Revision b845ff8f3ea2988ad5041315e2d35298e85cbc2f authored by Alexander Shishkin on 17 August 2010, 14:08:35 UTC, committed by Al Viro on 18 August 2010, 05:01:33 UTC
Commit 77b8a75f5bb 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 <virtuoso@slind.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 parent f4ae2fa
History
Tip revision: b845ff8f3ea2988ad5041315e2d35298e85cbc2f authored by Alexander Shishkin on 17 August 2010, 14:08:35 UTC
cramfs: only unlock new inodes
Tip revision: b845ff8
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 936 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.8 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 172.4 KB
Makefile -rw-r--r-- 50.5 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top