]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/smbfs/inode.c
autofs4: cleanup redundant readir code
[linux-2.6-omap-h63xx.git] / fs / smbfs / inode.c
index 9416ead0c7aae67ef1c2bd8b9d3ce12e79cdd9c8..376ef3ee6ed7b004807e52f61ac077a7e759df1d 100644 (file)
@@ -500,6 +500,13 @@ static int smb_fill_super(struct super_block *sb, void *raw_data, int silent)
        struct smb_fattr root;
        int ver;
        void *mem;
+       static int warn_count;
+
+       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");
+       }
 
        if (!raw_data)
                goto out_no_data;