1
0
Files
linux/fs/fuse
Al Viro 9baf28bbfe 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>
2019-05-01 22:43:26 -04:00
..
2019-02-13 13:15:14 +01:00
2019-02-13 13:15:14 +01:00
2019-02-13 13:15:14 +01:00
2019-02-13 13:15:14 +01:00
2019-05-01 22:43:26 -04:00
2016-10-01 07:32:32 +02:00
2018-09-28 16:43:23 +02:00