]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/smbfs/inode.c
Linux 2.6.28-rc1
[linux-2.6-omap-h63xx.git] / fs / smbfs / inode.c
index 4e5c22ca802e86f77380f51fdb402bcd7add26c9..3528f40ffb0f0c137dfcd32b6e69a928dee5e400 100644 (file)
@@ -67,7 +67,7 @@ static void smb_destroy_inode(struct inode *inode)
        kmem_cache_free(smb_inode_cachep, SMB_I(inode));
 }
 
-static void init_once(struct kmem_cache *cachep, void *foo)
+static void init_once(void *foo)
 {
        struct smb_inode_info *ei = (struct smb_inode_info *) foo;
 
@@ -505,7 +505,7 @@ static int smb_fill_super(struct super_block *sb, void *raw_data, int silent)
        if (warn_count < 5) {
                warn_count++;
                printk(KERN_EMERG "smbfs is deprecated and will be removed"
-                       "from the 2.6.27 kernel.  Please migrate to cifs\n");
+                       " from the 2.6.27 kernel. Please migrate to cifs\n");
        }
 
        if (!raw_data)