ufs: move truncate_setsize() down into ufs_truncate()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 16 Jun 2015 22:15:07 +0000 (18:15 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 6 Jul 2015 21:39:22 +0000 (17:39 -0400)
commit2401aa29ab5c42cc34853a5c1457fbf66593690f
tree28d304b6ff1a6ee778ad61ae40cf36e341edc592
parent3b7a3a05e8b006a73c406230b3d2d3da920779d9
ufs: move truncate_setsize() down into ufs_truncate()

just prior to __ufs_truncate_blocks(), with matching change of calling
conventions

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/ufs/truncate.c