]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/adfs/super.c
nubus: fix mis-indented statement
[linux-2.6-omap-h63xx.git] / fs / adfs / super.c
index 9e421eeb672bed6ae53f85ff9a4eaf7cdcf92c92..7f83a46f2b7e45502e7c761775f96498280a32e5 100644 (file)
@@ -157,7 +157,7 @@ static int adfs_show_options(struct seq_file *seq, struct vfsmount *mnt)
 
 enum {Opt_uid, Opt_gid, Opt_ownmask, Opt_othmask, Opt_err};
 
-static match_table_t tokens = {
+static const match_table_t tokens = {
        {Opt_uid, "uid=%u"},
        {Opt_gid, "gid=%u"},
        {Opt_ownmask, "ownmask=%o"},
@@ -249,7 +249,7 @@ static void adfs_destroy_inode(struct inode *inode)
        kmem_cache_free(adfs_inode_cachep, ADFS_I(inode));
 }
 
-static void init_once(struct kmem_cache *cachep, void *foo)
+static void init_once(void *foo)
 {
        struct adfs_inode_info *ei = (struct adfs_inode_info *) foo;