Skip to content

Commit

Permalink
fs/smbfs/inode.c: fix warning message deprecating smbfs
Browse files Browse the repository at this point in the history
Fix the warning message regarding smbfs to

"smbfs is deprecated and will be removed from the 2.6.27 kernel. Please migrate to cifs"

instead of

"smbfs is deprecated and will be removedfrom the 2.6.27 kernel.  Please migrate to cifs"

Signed-off-by: Sergio Luis <sergio@uece.br>
Screwed-up-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Steven French <sfrench@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Sergio Luis authored and Linus Torvalds committed Feb 14, 2008
1 parent f1a5955 commit ed58f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/smbfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ed58f80

Please sign in to comment.