]> asedeno.scripts.mit.edu Git - linux.git/commit
ext4: make use of ->free_inode()
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 15 Apr 2019 23:28:34 +0000 (19:28 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 2 May 2019 02:43:26 +0000 (22:43 -0400)
commit94053139d4821c2b9306741b94500514348660ad
tree1f5e5ad13cedc802580165b2eb96b3e685288ee4
parent586a94fdc9c900c231c08a00372ba793165e2bdc
ext4: make use of ->free_inode()

the rest of this ->destroy_inode() instance could probably be folded
into ext4_evict_inode()

Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/ext4/super.c