diff options
author | naveenk <naveenk@nvidia.com> | 2012-04-27 12:03:50 +0530 |
---|---|---|
committer | Simone Willett <swillett@nvidia.com> | 2012-06-11 15:59:33 -0700 |
commit | 2e07c84338f6391c2b9428be511a1fd5ffb4262f (patch) | |
tree | 9f014e961b5b52c54440332851614ec470cd61f5 /fs | |
parent | 3168303db4130d4405d7a56c92ecf382c091e699 (diff) |
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 <vjagadish@nvidia.com>
Reviewed-on: http://git-master/r/105354
Reviewed-by: Naveen Kumar Arepalli <naveenk@nvidia.com>
Reviewed-by: Pavan Kunapuli <pkunapuli@nvidia.com>
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Bitan Biswas <bbiswas@nvidia.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/fat/dir.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; |