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>
This commit is contained in:
@@ -2676,7 +2676,7 @@ static int ntfs_write_inode(struct inode *vi, struct writeback_control *wbc)
|
||||
*/
|
||||
static const struct super_operations ntfs_sops = {
|
||||
.alloc_inode = ntfs_alloc_big_inode, /* VFS: Allocate new inode. */
|
||||
.destroy_inode = ntfs_destroy_big_inode, /* VFS: Deallocate inode. */
|
||||
.free_inode = ntfs_free_big_inode, /* VFS: Deallocate inode. */
|
||||
#ifdef NTFS_RW
|
||||
.write_inode = ntfs_write_inode, /* VFS: Write dirty inode to
|
||||
disk. */
|
||||
|
Reference in New Issue
Block a user