nfs{,4}: switch to ->free_inode()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@ -309,7 +309,7 @@ struct file_system_type nfs_xdev_fs_type = {
|
||||
|
||||
const struct super_operations nfs_sops = {
|
||||
.alloc_inode = nfs_alloc_inode,
|
||||
.destroy_inode = nfs_destroy_inode,
|
||||
.free_inode = nfs_free_inode,
|
||||
.write_inode = nfs_write_inode,
|
||||
.drop_inode = nfs_drop_inode,
|
||||
.statfs = nfs_statfs,
|
||||
|
Reference in New Issue
Block a user