]> Pileus Git - ~andy/linux/blobdiff - fs/freevxfs/vxfs_super.c
convert remaining ->clear_inode() to ->evict_inode()
[~andy/linux] / fs / freevxfs / vxfs_super.c
index 1e8af939b3e4ad58d41726db3851269193a2e0c9..1f3ffd93b3579ac52966010c536d06523547ebe7 100644 (file)
@@ -61,7 +61,7 @@ static int            vxfs_statfs(struct dentry *, struct kstatfs *);
 static int             vxfs_remount(struct super_block *, int *, char *);
 
 static const struct super_operations vxfs_super_ops = {
-       .clear_inode =          vxfs_clear_inode,
+       .evict_inode =          vxfs_evict_inode,
        .put_super =            vxfs_put_super,
        .statfs =               vxfs_statfs,
        .remount_fs =           vxfs_remount,