dax: make use of ->free_inode()
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 10 Apr 2019 18:57:19 +0000 (14:57 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 2 May 2019 02:43:26 +0000 (22:43 -0400)
commit53e228299965fff2359857e5c592eadba65d95a9
treed73ffb5d34360ec7a3f108987e5f02b62980b354
parenta2b757fe0fcd46f32ee35882610a797cd3dcda6f
dax: make use of ->free_inode()

we might want to drop ->destroy_inode() there - it's used only for
WARN_ON() now, and AFAICS that could be moved to ->evict_inode()
if we had one...

Reviewed-by: Jan Kara <jack@suse.cz>
Acked-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/dax/super.c