ufs: move truncate code into inode.c
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 17 Jun 2015 16:44:14 +0000 (12:44 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 6 Jul 2015 21:39:30 +0000 (17:39 -0400)
commit010d331fc315c96607aa6ecdfebb9fcdd349fc9b
tree44e06394ba81faaad442195ef2377e44451f11d5
parent0d23cf7616253b7960edeae720b9f5dfdccee445
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>
fs/ufs/Makefile
fs/ufs/inode.c
fs/ufs/truncate.c [deleted file]
fs/ufs/ufs.h