commit | b2527bfa535956d99663718b9d9aac0b8fe3f017 | [log] [tgz] |
---|---|---|
author | Steve Nickel <snickel58@gmail.com> | Thu Feb 16 12:53:53 2012 -0500 |
committer | Jan Kara <jack@suse.cz> | Wed Feb 29 21:53:47 2012 +0100 |
tree | 37eba8dd3eb3da3fbd95fe57a6b63a5866bfe147 | |
parent | fd4287dbc07763595c1e74edbb6520092290185c [diff] |
udf: Fix file entry logicalBlocksRecorded ECMA 1.67 requires setting logicalBlocksRecorded to zero if the file has no extents. This should be checked in udf_update_inode(). udf_fill_inode() will then take care of itself. Signed-off-by: Steven P. Nickel <snickel@focusinfo.com> Signed-off-by: Jan Kara <jack@suse.cz>