android_kernel_samsung_msm8976/fs/fat
Subhash Jadavani 7e09887d59 fs: fat: rate limit the kernel messages
If FAT formatted SD card gets removed without unmounting,
FAT file system may throw many kernel error messages which
could too much traffic for console driver and can sometimes
even cause the system to trigger watchdog timeout.

This patch converts the printk to printk_ratelimited to rate
limit the error messages from FAT fs.

Change-Id: I58b942f6714a8d3353478eb21139b8046ee3f875
Signed-off-by: Subhash Jadavani <subhashj@codeaurora.org>
(cherry picked from commit a872b71069d717ced1a2de642afa0693d1bb9448)
2013-07-08 05:52:16 -07:00
..
cache.c fs/fat: fix two checkpatch issues in cache.c 2012-10-06 03:05:10 +09:00
dir.c fat (exportfs): rebuild directory-inode if fat_dget() 2013-04-29 18:28:41 -07:00
fat.h fat (exportfs): rebuild directory-inode if fat_dget() 2013-04-29 18:28:41 -07:00
fatent.c fat: no need to reset EOF in ent_put for FAT32 2012-10-06 03:05:12 +09:00
file.c fat: restructure export_operations 2013-04-29 18:28:40 -07:00
inode.c fat: fix possible overflow for fat_clusters 2013-05-24 16:22:50 -07:00
Kconfig vfat: Note the NLS requirement 2009-04-17 09:32:11 -07:00
Makefile fat (exportfs): move NFS support code 2012-10-06 03:05:09 +09:00
misc.c fs: fat: rate limit the kernel messages 2013-07-08 05:52:16 -07:00
namei_msdos.c fs: Limit sys_mount to only request filesystem modules. 2013-03-03 19:36:31 -08:00
namei_vfat.c fs: Limit sys_mount to only request filesystem modules. 2013-03-03 19:36:31 -08:00
nfs.c fat (exportfs): rebuild directory-inode if fat_dget() 2013-04-29 18:28:41 -07:00