]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/hfs/super.c
9p: move readn meta-function from client to fs layer
[linux-2.6-omap-h63xx.git] / fs / hfs / super.c
index ac2ec5ef66e4a244461b2c8dd3f027626f943ae6..3c7c7637719cfd6e83531402e0759f38c794e3a6 100644 (file)
@@ -173,7 +173,7 @@ enum {
        opt_err
 };
 
-static match_table_t tokens = {
+static const match_table_t tokens = {
        { opt_uid, "uid=%u" },
        { opt_gid, "gid=%u" },
        { opt_umask, "umask=%o" },
@@ -432,7 +432,7 @@ static struct file_system_type hfs_fs_type = {
        .fs_flags       = FS_REQUIRES_DEV,
 };
 
-static void hfs_init_once(struct kmem_cache *cachep, void *p)
+static void hfs_init_once(void *p)
 {
        struct hfs_inode_info *i = p;