Whamcloud - gitweb
mke2fs: Dumb down filesystems for GNU Hurd
authorTheodore Ts'o <tytso@mit.edu>
Thu, 10 Jul 2008 13:24:25 +0000 (09:24 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 10 Jul 2008 13:31:34 +0000 (09:31 -0400)
commit7f5601e5b5dd733c23ca73f965d37d49547150ab
tree2a851d7efe82986e78a5d701605a873553e0e27f
parente22a023c579f0f95f93314c0fed7cff9a2cdbd11
mke2fs: Dumb down filesystems for GNU Hurd

The Hurd only supports filesystems with a blocksize of 4096 bytes, and
128 byte inodes.  It also doesn't understand the journal.  So force
the defaults to be something which the Hurd can handle if "-o hurd" is
specified on the command line.

Addresses-Debian-Bug: #471977

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/mke2fs.c
misc/mke2fs.conf