]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: do not release metadata for space cache inodes
authorJosef Bacik <jbacik@fusionio.com>
Fri, 27 Sep 2013 18:57:43 +0000 (14:57 -0400)
committerChris Mason <chris.mason@fusionio.com>
Tue, 12 Nov 2013 02:53:36 +0000 (21:53 -0500)
commita82822af7fcf308f81cdbf2bcd8b89401e53c0fc
treebd5ce42326af0959a1839f9582c76df68bf3e6d0
parent8f20605fc1fb88ce4283c6a412f62e0db31364ec
Btrfs: do not release metadata for space cache inodes

I've been testing our error paths and I was tripping the BUG_ON() in
drop_outstanding_extent because our outstanding_extents is 0 for space cache
inodes.  This is because we don't reserve metadata space for these inodes since
we depend on the global block reserve for our space.  To fix this we need to
make sure the DO_ACCOUNTING stuff doesn't actually call release_metadata for
space cache inodes.  With this patch I'm no longer panicing.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
fs/btrfs/inode.c