commit | 31cd043e1a09c579c4cd38ea432200fbeae6af1f | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Jun 17 01:10:03 2015 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Jul 06 17:39:32 2015 -0400 |
tree | 8f0217ce551152f0189f064821f43bf269fe725e | |
parent | 4e3911f3d704d681477cdb4e1a2bfd52d5e42d23 [diff] |
ufs: beginning of __ufs_truncate_block() massage Use ufs_block_to_path() to find the cutoff path in the block pointers' tree. For now just use the information about the depth (to bypass the fully preserved subtrees); subsequent commits will use the information about actual path. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>