]> git.neil.brown.name Git - history.git/commit
[PATCH] FAT: Use just printk() instead of unneeded fat_fs_panic()
authorAndrew Morton <akpm@osdl.org>
Tue, 30 Dec 2003 07:46:14 +0000 (23:46 -0800)
committerLinus Torvalds <torvalds@home.osdl.org>
Tue, 30 Dec 2003 07:46:14 +0000 (23:46 -0800)
commit0a33358cf289e024b7e67436f8539f1348aed238
tree28baec0ac2d21f3225e543fcf6dfed492481c63a
parent26b885870f5c67d704cfa40a65a6379db7c2182f
[PATCH] FAT: Use just printk() instead of unneeded fat_fs_panic()

From: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>

- uses just printk() instead of unneeded fat_fs_panic()
- removes the debug printk
- less verbose on error path
- uses correct a error number on error path
fs/fat/inode.c
fs/msdos/namei.c
fs/vfat/namei.c