From 016aaea06a25b10128d7ba833e35fbda42d06601 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 20 Jul 2009 12:09:05 -0700 Subject: [PATCH] kclient: some super.c cleanup --- src/kernel/super.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/kernel/super.c b/src/kernel/super.c index 6e534ddb1dc9b..9c378f2aa4065 100644 --- a/src/kernel/super.c +++ b/src/kernel/super.c @@ -1011,7 +1011,7 @@ static int ceph_compare_super(struct super_block *sb, void *data) } /* - * 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) { @@ -1112,9 +1112,6 @@ static void ceph_kill_sb(struct super_block *s) ceph_destroy_client(client); } - -/************************************/ - static struct file_system_type ceph_fs_type = { .owner = THIS_MODULE, .name = "ceph", @@ -1174,8 +1171,8 @@ static void __exit exit_ceph(void) module_init(init_ceph); module_exit(exit_ceph); -MODULE_AUTHOR("Patience Warnick "); MODULE_AUTHOR("Sage Weil "); MODULE_AUTHOR("Yehuda Sadeh "); +MODULE_AUTHOR("Patience Warnick "); MODULE_DESCRIPTION("Ceph filesystem for Linux"); MODULE_LICENSE("GPL"); -- 2.39.5