|
@@ -827,9 +827,9 @@ static int ceph_remount(struct super_block *sb, int *flags, char *data)
|
|
|
|
|
|
|
|
static const struct super_operations ceph_super_ops = {
|
|
static const struct super_operations ceph_super_ops = {
|
|
|
.alloc_inode = ceph_alloc_inode,
|
|
.alloc_inode = ceph_alloc_inode,
|
|
|
|
|
+ .destroy_inode = ceph_destroy_inode,
|
|
|
.write_inode = ceph_write_inode,
|
|
.write_inode = ceph_write_inode,
|
|
|
.drop_inode = ceph_drop_inode,
|
|
.drop_inode = ceph_drop_inode,
|
|
|
- .evict_inode = ceph_evict_inode,
|
|
|
|
|
.sync_fs = ceph_sync_fs,
|
|
.sync_fs = ceph_sync_fs,
|
|
|
.put_super = ceph_put_super,
|
|
.put_super = ceph_put_super,
|
|
|
.remount_fs = ceph_remount,
|
|
.remount_fs = ceph_remount,
|