free_full_branch(): don't bother modifying the block we are going to free
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 19 Jun 2015 00:14:02 +0000 (20:14 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 6 Jul 2015 21:39:50 +0000 (17:39 -0400)
commitcc7231e30916f5326bdde55a7a4c59431e15bc1b
treeae1d56214218cb5b8b5a5491cf9c2dcb4ec66c3c
parentb6eede0ec642d1be17065110718cb4f4ed7ba5e0
free_full_branch(): don't bother modifying the block we are going to free

Note that it's already made unreachable from the inode, so we don't have
to worry about ufs_frag_map() walking into something already freed.

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