commit | 010d331fc315c96607aa6ecdfebb9fcdd349fc9b | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Jun 17 12:44:14 2015 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Jul 06 17:39:30 2015 -0400 |
tree | 44e06394ba81faaad442195ef2377e44451f11d5 | |
parent | 0d23cf7616253b7960edeae720b9f5dfdccee445 [diff] |
ufs: move truncate code into inode.c It is closely tied to block pointers handling there, can benefit from existing helpers, etc. - no point keeping them apart. Trimmed the trailing whitespaces in inode.c at the same time. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>