commit | 85416288bf730cffb61ab6ce8a7b97b17c73458f | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Jun 18 14:36:31 2015 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Jul 06 17:39:37 2015 -0400 |
tree | 12425e1a68e71d9a1070807d818a8b1d51268aeb | |
parent | 7a4fdda72451f094374324a552be9fc7de8f3e8d [diff] |
ufs_trunc_...indirect(): pass the array of indices instead of offsets rather than bitslicing the offset just formed as sum of shifted indices, pass the array of those indices itself. NULL is used as equivalent of "all zeroes" (== free the entire branch). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>