ntfs: switch to ->free_inode()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 16 Apr 2019 02:36:59 +0000 (22:36 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 2 May 2019 02:43:26 +0000 (22:43 -0400)
commita2b757fe0fcd46f32ee35882610a797cd3dcda6f
tree03cc797b9bd3caabb9d399fd150a4830314fd4d9
parentf614ee1e3ea7ac155f827294fccb4816552c99ec
ntfs: switch to ->free_inode()

move the synchronous stuff from ->destroy_inode() to ->evict_inode(),
turn the RCU-delayed part into ->free_inode()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/ntfs/inode.c
fs/ntfs/inode.h
fs/ntfs/super.c