Whamcloud - gitweb
Merge branch 'maint' into next
authorTheodore Ts'o <tytso@mit.edu>
Mon, 21 Feb 2011 02:54:43 +0000 (21:54 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 21 Feb 2011 02:54:43 +0000 (21:54 -0500)
Conflicts:
misc/mke2fs.conf.5.in

1  2 
lib/ext2fs/initialize.c
misc/badblocks.c
misc/mke2fs.8.in
misc/mke2fs.c
misc/mke2fs.conf
misc/mke2fs.conf.5.in

Simple merge
Simple merge
Simple merge
diff --cc misc/mke2fs.c
Simple merge
Simple merge
@@@ -303,14 -314,13 +314,21 @@@ relations.  It may be overridden by th
  command-line option to
  .BR mke2fs (8).
  .TP
 +.I auto_64-bit_support
 +This relation is a boolean which specifies whether
 +.BR mke2fs (8)
 +should automatically add the 64bit feature if the number of blocks for
 +the file system requires this feature to be enabled.  The resize_inode
 +feature is also automatically disabled since it doesn't support 64-bit
 +block numbers.
 +.TP
+ .I default_mntopts
+ This relation specifies the set of mount options which should be enabled
+ by default.  These may be changed at a later time with the
+ .B -o
+ command-line option to
+ .BR tune2fs (8).
+ .TP
  .I blocksize
  This relation specifies the default blocksize if the user does not
  specify a blocksize on the command line.