X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fafs%2Fsuper.c;h=67d1f5c819eccc08936e9c11ad0b0bef58c7118f;hb=5806db22cffc7557b675d3c9229f327980aee797;hp=82468df0ba540dd55bf68d863b40fee09862e4bb;hpb=454e2398be9b9fa30433fccc548db34d19aa9958;p=linux-2.6 diff --git a/fs/afs/super.c b/fs/afs/super.c index 82468df0ba..67d1f5c819 100644 --- a/fs/afs/super.c +++ b/fs/afs/super.c @@ -48,7 +48,7 @@ static void afs_put_super(struct super_block *sb); static void afs_destroy_inode(struct inode *inode); -static struct file_system_type afs_fs_type = { +struct file_system_type afs_fs_type = { .owner = THIS_MODULE, .name = "afs", .get_sb = afs_get_sb,