commit | 18f16f7ba62a01c29e09b40ac6ad6d92a8955859 | [log] [tgz] |
---|---|---|
author | Yan <yanzheng@21cn.com> | Thu Oct 25 15:42:57 2007 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:03:57 2008 -0400 |
tree | 9bb9ce1955d4dd880643a32d144448972bd37cbd | |
parent | cc0c55384796b422133ff1f21646835b31590f88 [diff] |
Btrfs: Fix for insert_inline_extent to handle offset != 0 This modifies inline extent size calculation, so that insert_inline_extent can handle the case that parameter 'offset' is not zero; it also a few codes to zero uninitialized area in inline extent. Signed-off-by: Chris Mason <chris.mason@oracle.com>