commit | 53e228299965fff2359857e5c592eadba65d95a9 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Apr 10 14:57:19 2019 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed May 01 22:43:26 2019 -0400 |
tree | d73ffb5d34360ec7a3f108987e5f02b62980b354 | |
parent | a2b757fe0fcd46f32ee35882610a797cd3dcda6f [diff] |
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>