diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2019-04-15 19:37:09 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2019-05-01 22:43:26 -0400 |
commit | 9baf28bbfea165a62211dd90986d993d77631372 (patch) | |
tree | 12c9585667a3b83090f37e94590802298c1d3f34 /fs/udf | |
parent | 94053139d4821c2b9306741b94500514348660ad (diff) | |
download | linux-9baf28bbfea165a62211dd90986d993d77631372.tar.bz2 |
fuse: switch to ->free_inode()
fuse_destroy_inode() is gone - sanity checks that need the stack
trace of the caller get moved into ->evict_inode(), the rest joins
the RCU-delayed part which becomes ->free_inode().
While we are at it, don't just pass the address of what happens
to be the first member of structure to kmem_cache_free() -
get_fuse_inode() is there for purpose and it gives the proper
container_of() use. No behaviour change, but verifying correctness
is easier that way.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/udf')
0 files changed, 0 insertions, 0 deletions