|
@@ -686,6 +686,7 @@ static const struct super_operations ceph_super_ops = {
|
|
.alloc_inode = ceph_alloc_inode,
|
|
.alloc_inode = ceph_alloc_inode,
|
|
.destroy_inode = ceph_destroy_inode,
|
|
.destroy_inode = ceph_destroy_inode,
|
|
.write_inode = ceph_write_inode,
|
|
.write_inode = ceph_write_inode,
|
|
|
|
+ .drop_inode = ceph_drop_inode,
|
|
.sync_fs = ceph_sync_fs,
|
|
.sync_fs = ceph_sync_fs,
|
|
.put_super = ceph_put_super,
|
|
.put_super = ceph_put_super,
|
|
.show_options = ceph_show_options,
|
|
.show_options = ceph_show_options,
|