android_kernel_google_msm/fs/fat
Subhash Jadavani f7ba1eb0da 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-02-20 02:49:28 -08:00
..
cache.c
dir.c FAT: Add new ioctl VFAT_IOCTL_GET_VOLUME_ID for reading the volume ID. 2013-02-20 02:49:28 -08:00
fat.h FAT: Add new ioctl VFAT_IOCTL_GET_VOLUME_ID for reading the volume ID. 2013-02-20 02:49:28 -08:00
fatent.c fat: Replace all printk with fat_msg() 2011-04-12 21:12:42 +09:00
file.c fat: propagate umode_t 2012-01-03 22:55:09 -05:00
inode.c FAT: Add new ioctl VFAT_IOCTL_GET_VOLUME_ID for reading the volume ID. 2013-02-20 02:49:28 -08:00
Kconfig
Makefile
misc.c fs: fat: rate limit the kernel messages 2013-02-20 02:49:28 -08:00
namei_msdos.c switch ->create() to umode_t 2012-01-03 22:54:53 -05:00
namei_vfat.c fat: fix bug in enforcing Long File Name length 2012-03-23 16:58:40 -07:00