X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fafs%2Fsuper.c;h=14f6431598adfc57d4b563ca98bb40116f87b1ed;hb=66ce3cf84deba6cc71dcf43c9d56a4278e5f712d;hp=e1ea1c240b6a2caa7e6b5220bc02380db0e2dea5;hpb=fe61c99a1227aeb5a4324e39cecf465a4b2052d3;p=karo-tx-linux.git diff --git a/fs/afs/super.c b/fs/afs/super.c index e1ea1c240b6a..14f6431598ad 100644 --- a/fs/afs/super.c +++ b/fs/afs/super.c @@ -48,7 +48,6 @@ struct file_system_type afs_fs_type = { static const struct super_operations afs_super_ops = { .statfs = afs_statfs, .alloc_inode = afs_alloc_inode, - .write_inode = afs_write_inode, .destroy_inode = afs_destroy_inode, .clear_inode = afs_clear_inode, .put_super = afs_put_super,