commit | 98c9942aca05fff198cd5ca629599cd193444809 | [log] [tgz] |
---|---|---|
author | Liu Bo <liubo2009@cn.fujitsu.com> | Sun Sep 11 10:52:24 2011 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Sun Sep 11 10:52:24 2011 -0400 |
tree | 4013ae687f6a2a6f2f96d9da739bd3bcf468ac79 | |
parent | 65450aa645b1ef7ed74e41c34b28d53333744978 [diff] |
Btrfs: fix misuse of trans block rsv At the beginning of create_pending_snapshot, trans->block_rsv is set to pending->block_rsv and is used for snapshot things, however, when it is done, we do not recover it as will. Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com> Signed-off-by: Chris Mason <chris.mason@oracle.com>