https://github.com/torvalds/linux
Revision 6bf02314d9a5c29f6ec30285b9ad5361c2d4c85a authored by Liu Bo on 26 June 2012, 03:59:09 UTC, committed by Chris Mason on 02 July 2012, 19:39:17 UTC
When we're evicting an inode during log recovery, we need to ensure that the inode
is not in orphan state any more, which means inode's run_time flags has _no_
BTRFS_INODE_HAS_ORPHAN_ITEM.  Thus, the BUG_ON was triggered because of a wrong
check for the flags.

Reviewed-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
1 parent d3a9404
History
Tip revision: 6bf02314d9a5c29f6ec30285b9ad5361c2d4c85a authored by Liu Bo on 26 June 2012, 03:59:09 UTC
Btrfs: fix wrong check during log recovery
Tip revision: 6bf0231
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-- 1014 bytes
.mailmap -rw-r--r-- 4.2 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 92.8 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 205.4 KB
Makefile -rw-r--r-- 52.3 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top