]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Merge branch 'master' of https://github.com/maurizio-lombardi/util-linux
authorKarel Zak <kzak@redhat.com>
Mon, 28 Nov 2011 09:23:04 +0000 (10:23 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 28 Nov 2011 09:23:04 +0000 (10:23 +0100)
commit5018dc3d864e784b5a7d30408937b9dc002d7f49
tree2efca53815604f2027027037eb2ef381fda0c482
parentb483debb64a22105f6af10c35e52e46221e96243
parent57ba4027a591becd0264e8672b2ce2efd45bf5b3
Merge branch 'master' of https://github.com/maurizio-lombardi/util-linux

* 'master' of https://github.com/maurizio-lombardi/util-linux:
  mkfs.minix: The total number of zones is limited to 65536 only on V1 filesystems
  mkfs.minix: Some bug fixes:
  mkfs.minix: The s_blocksize field of the MinixV3 superblock must be initialized with a valid block size, not the total number of blocks of the device!
  mkfs.minix: inode numbers are 32-bit wide in V3 filesystems
  mkfs.minix: In Minix V3 filesystems the maximum filename lenght is 60 chars and the dirsize is 64 bytes.
  mkfs.minix: Fix super_set_nzones()
  mkfs.minix: remove redundant code