]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commit4af7b2c080715b9452fdaefb7ada72b4dc79593e
tree0014e43098738b3a392862f35928b6163d88a7e2
parent493b4537a26b104fb3bd07ff4a46b6ede4288e76
ufs: bforget() indirect blocks before freeing them

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