Files
linux-st/include/linux
OGAWA Hirofumi 9aacd59934 fat: gcc 4.3 warning fix
This patch fixes the following warnings.

fs/fat/dir.c: In function 'fat_parse_long':
include/linux/msdos_fs.h:294: warning: array subscript is above array bounds
include/linux/msdos_fs.h:295: warning: array subscript is above array bounds
include/linux/msdos_fs.h:295: warning: array subscript is above array bounds

The ->name is defined as "name[8], ext[3]", but fat_checksum() uses
those as name[11]. There is no actual problem, but it's not a good manner.

Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-07-16 09:05:42 -07:00
..
2007-07-12 15:41:24 -07:00
2007-07-13 08:06:14 -07:00
2007-07-11 16:09:00 -07:00
2007-07-12 10:55:56 -07:00
2007-07-16 09:05:41 -07:00
2007-07-16 09:05:34 -07:00
2007-07-10 22:15:03 -07:00
2007-07-14 18:55:06 -07:00
2007-07-10 22:16:44 -07:00
2007-07-10 22:15:26 -07:00
2007-07-16 09:05:34 -07:00
2007-07-16 09:05:37 -07:00
2007-07-16 09:05:42 -07:00
2007-07-14 18:55:06 -07:00
2007-07-16 09:05:40 -07:00
2007-07-16 09:05:36 -07:00
2007-07-16 09:05:36 -07:00
2007-07-16 09:05:36 -07:00
2007-07-16 09:05:36 -07:00
2007-07-16 09:05:40 -07:00
2007-07-16 09:05:41 -07:00
2007-07-12 16:34:40 -07:00