]> Zhao Yanbai Git Server - minix.git/commit
Support for larger disks.
authorDavid van Moolenbroek <david@minix3.org>
Mon, 21 Dec 2009 11:20:30 +0000 (11:20 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Mon, 21 Dec 2009 11:20:30 +0000 (11:20 +0000)
commitd5dee93beee10158cee30d55023d2ac46402551b
tree88f6d33046b57666b76d541d65736682664a6c44
parent6aa43dc9e4d625a5d8354b56c0d8876180cb469d
Support for larger disks.
- MFS, df(1), fsck(1), badblocks(8), de(1x) now compute the
  superblock's s_firstdatazone value if the on-disk value is zero
- mkfs(1) sets s_firstdatazone in the superblock to zero if the
  on-disk field is too small to store the actual value
- more agressive mkfs(1) inode number heuristic, copied from r5261
commands/de/de_diskio.c
commands/simple/badblocks.c
commands/simple/df.c
commands/simple/fsck.c
commands/simple/mkfs.c
servers/mfs/inode.c
servers/mfs/super.c
servers/mfs/super.h