commit | b62de322579702f07175fc275ecb2c3afae6cd96 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Apr 15 23:16:38 2019 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed May 01 22:43:27 2019 -0400 |
tree | 657ed597e4f6a46a1ba72e53fe5817ca32fecb2d | |
parent | 0b269ded4e608b1fda1f19ac7c48533ddaaafaeb [diff] |
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>