fat: Add fat_msg() function for preformated FAT messages
authorAlexey Fisher <bug-track@fisher-privat.net>
Tue, 12 Apr 2011 12:08:38 +0000 (21:08 +0900)
committerOGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Tue, 12 Apr 2011 12:12:35 +0000 (21:12 +0900)
commit81ac21d34a91e85b029cd86e2ed5eeae8d7c3cd4
treeec3319428a074a2d9694844612f6fcbb39e21d53
parent2c8a5ffb94bbb4f04aaf8a923e9098fb7a51a75a
fat: Add fat_msg() function for preformated FAT messages

Add fat_msg() to replace not cosequent used printk() in fs/fat/*
New message format should be as fallow:
FAT-fs (sda1): some thing happened.

Signed-off-by: Alexey Fisher <bug-track@fisher-privat.net>
Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
fs/fat/fat.h
fs/fat/misc.c