Btrfs: add btrfs_trim_fs() to handle FITRIM
authorLi Dongyang <lidongyang@novell.com>
Thu, 24 Mar 2011 10:24:28 +0000 (10:24 +0000)
committerroot <Chris Mason chris.mason@oracle.com>
Mon, 28 Mar 2011 09:37:47 +0000 (05:37 -0400)
We take an free extent out from allocator, trim it, then put it back,
but before we trim the block group, we should make sure the block group is
cached, so plus a little change to make cache_block_group() run without a
transaction.

Signed-off-by: Li Dongyang <lidongyang@novell.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>

No differences found