commit | 4af7b2c080715b9452fdaefb7ada72b4dc79593e | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Jun 17 19:26:18 2015 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Jul 06 17:39:24 2015 -0400 |
tree | 0014e43098738b3a392862f35928b6163d88a7e2 | |
parent | 493b4537a26b104fb3bd07ff4a46b6ede4288e76 [diff] |
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>