#2756 closed defect (fixed)

MSDOS_MAX_DIR_LENGHT typo

Reported by: snob-wolpike Owned by:
Priority: normal Milestone: 4.11.1
Component: fs Version: 4.10
Severity: trivial Keywords:
Cc: Blocked By:
Blocking:

Description

MSDOS_MAX_DIR_LENGHT -> MSDOS_MAX_DIR_LENGTH

$ ack LENGHT
msdos.h
239:#define MSDOS_MAX_DIR_LENGHT               0x200000   /* 2,097,152 bytes */

msdos_create.c
193:        fat_fd->size_limit = MSDOS_MAX_DIR_LENGHT;

msdos_initsupp.c
100:    fat_fd->size_limit = MSDOS_MAX_DIR_LENGHT;

msdos_misc.c
391:            fat_fd->size_limit = MSDOS_MAX_DIR_LENGHT;
584:    fat_fd->size_limit = MSDOS_MAX_DIR_LENGHT;
653:    fat_fd->size_limit = MSDOS_MAX_DIR_LENGHT;

P.S. Goes unnoticed since original 2002 commit.

Change History (1)

comment:1 Changed on 07/12/16 at 10:46:35 by Joel Sherrill

Resolution: fixed
Status: newclosed

Looks like the automatic close isn't working this morning.

Closed by https://git.rtems.org/rtems/commit/?id=665f03acb34b9a4159bdb50f9dab73087d38483c

Note: See TracTickets for help on using tickets.