Re: [PATCH 2/6] fiemap: add fe_phys_length and EXTENT_PHYS_LENGTH flag

2014-07-30 Thread Andreas Dilger
On Jul 30, 2014, at 11:18 AM, David Sterba wrote: > Add a new member to fiemap_extent that represents the physical extent > length. This value is undefined if the flag EXTENT_PHYS_LENGTH is not > set. The description here of PHYS_LENGTH makes sense... The patch description should also mention t

[PATCH 2/6] fiemap: add fe_phys_length and EXTENT_PHYS_LENGTH flag

2014-07-30 Thread David Sterba
Add a new member to fiemap_extent that represents the physical extent length. This value is undefined if the flag EXTENT_PHYS_LENGTH is not set. No functional change to existing fiemap users. Signed-off-by: David Sterba --- fs/btrfs/extent_io.c| 2 +- fs/ext4/extents.c | 4 +