}
/*
- * construct our own bdi so we can control readahead
+ * construct our own bdi so we can control readahead, etc.
*/
static int ceph_init_bdi(struct super_block *sb, struct ceph_client *client)
{
ceph_destroy_client(client);
}
-
-/************************************/
-
static struct file_system_type ceph_fs_type = {
.owner = THIS_MODULE,
.name = "ceph",
module_init(init_ceph);
module_exit(exit_ceph);
-MODULE_AUTHOR("Patience Warnick <patience@newdream.net>");
MODULE_AUTHOR("Sage Weil <sage@newdream.net>");
MODULE_AUTHOR("Yehuda Sadeh <yehuda@hq.newdream.net>");
+MODULE_AUTHOR("Patience Warnick <patience@newdream.net>");
MODULE_DESCRIPTION("Ceph filesystem for Linux");
MODULE_LICENSE("GPL");