ufs: bforget() indirect blocks before freeing them
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 17 Jun 2015 23:26:18 +0000 (19:26 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 6 Jul 2015 21:39:24 +0000 (17:39 -0400)
right now it doesn't matter (lock_ufs() serializes everything),
but when we switch to per-inode locking, it will be needed.

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

Simple merge