Merge branch '2.6.36-fixes' of git://github.com/schandinat/linux-2.6
[linux-2.6-block.git] / fs / freevxfs / vxfs_super.c
index 5132c99b1ca2385f844a297b8268b0f91904a01d..dc0c041e85cbcd5c14b04c0e5b09eda611605aef 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,