]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
fix found_type decrement in btrfs_truncate_in_trans
authorYan <yanzheng@21cn.com>
Mon, 17 Sep 2007 15:08:38 +0000 (11:08 -0400)
committerChris Mason <chris.mason@oracle.com>
Thu, 25 Sep 2008 15:03:56 +0000 (11:03 -0400)
commita61721d5b771d1735415a6b4c75409ab1fc9c845
treeb1a339abc93a2d678f00a4a6e16504778e0be5a3
parentcf67582bb2ec364d71b3e4f8e49de98d8c3c832e
fix found_type decrement in btrfs_truncate_in_trans

found_type has already been decreased by codes above the change,  I
think decrease it by one again doesn't make sense.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/inode.c