X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=fs%2Fexofs%2Fsuper.c;h=047e92fa3af8aaf56350fbb2ca99fd56e45d7dd3;hb=090b710e8a0b7fe6f4752c5a439261f955075ebc;hp=03149b9a51781b7db258ee8350c8072a2048b9c3;hpb=f39d01be4c59a61a08d0cb53f615e7016b85d339;p=cascardo%2Flinux.git diff --git a/fs/exofs/super.c b/fs/exofs/super.c index 03149b9a5178..047e92fa3af8 100644 --- a/fs/exofs/super.c +++ b/fs/exofs/super.c @@ -31,7 +31,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include #include #include #include @@ -743,7 +742,7 @@ static const struct super_operations exofs_sops = { .alloc_inode = exofs_alloc_inode, .destroy_inode = exofs_destroy_inode, .write_inode = exofs_write_inode, - .delete_inode = exofs_delete_inode, + .evict_inode = exofs_evict_inode, .put_super = exofs_put_super, .write_super = exofs_write_super, .sync_fs = exofs_sync_fs,