]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/affs/super.c
switch affs to ->evict_inode()
[net-next-2.6.git] / fs / affs / super.c
index 16a3e4765f68769c80a6d838d39a5b4eb55ce2c6..2c804a87c142e75dae337680163e4f552ce6129e 100644 (file)
@@ -140,8 +140,7 @@ static const struct super_operations affs_sops = {
        .alloc_inode    = affs_alloc_inode,
        .destroy_inode  = affs_destroy_inode,
        .write_inode    = affs_write_inode,
-       .delete_inode   = affs_delete_inode,
-       .clear_inode    = affs_clear_inode,
+       .evict_inode    = affs_evict_inode,
        .put_super      = affs_put_super,
        .write_super    = affs_write_super,
        .sync_fs        = affs_sync_fs,