]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
hugetlb: make use of ->free_inode()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 16 Apr 2019 03:16:38 +0000 (23:16 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 2 May 2019 02:43:27 +0000 (22:43 -0400)
commitb62de322579702f07175fc275ecb2c3afae6cd96
tree657ed597e4f6a46a1ba72e53fe5817ca32fecb2d
parent0b269ded4e608b1fda1f19ac7c48533ddaaafaeb
hugetlb: make use of ->free_inode()

moving synchronous parts of ->destroy_inode() to ->evict_inode() is
not possible here - they are balancing the stuff done in ->alloc_inode(),
not the things acquired while using it or sanity checks.

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