Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-client
[linux-2.6-microblaze.git] / fs / ceph / super.c
index 01113c8..c864b44 100644 (file)
@@ -854,6 +854,7 @@ static int ceph_remount(struct super_block *sb, int *flags, char *data)
 static const struct super_operations ceph_super_ops = {
        .alloc_inode    = ceph_alloc_inode,
        .destroy_inode  = ceph_destroy_inode,
+       .free_inode     = ceph_free_inode,
        .write_inode    = ceph_write_inode,
        .drop_inode     = ceph_drop_inode,
        .sync_fs        = ceph_sync_fs,