From 2e07c84338f6391c2b9428be511a1fd5ffb4262f Mon Sep 17 00:00:00 2001 From: naveenk Date: Fri, 27 Apr 2012 12:03:50 +0530 Subject: fat: Remove FAT Directory Bread message Remove FAT Directory Bread message which is causing timing issues. Bug 992496 Change-Id: Ieb58e38bf8ac81f6c0558361f9f296a8e9071b33 Signed-off-by: venkata jagadish Reviewed-on: http://git-master/r/105354 Reviewed-by: Naveen Kumar Arepalli Reviewed-by: Pavan Kunapuli Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Bitan Biswas --- fs/fat/dir.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'fs') diff --git a/fs/fat/dir.c b/fs/fat/dir.c index a13aacea9641..9f9720054c2d 100644 --- a/fs/fat/dir.c +++ b/fs/fat/dir.c @@ -98,8 +98,6 @@ next: *bh = sb_bread(sb, phys); if (*bh == NULL) { - fat_msg(sb, KERN_ERR, "Directory bread(block %llu) failed", - (llu)phys); /* skip this block */ *pos = (iblock + 1) << sb->s_blocksize_bits; goto next; -- cgit v1.2.3