From be4244bafd5e5de619ff9a0888cc526c3bc5d1bf Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 8 Feb 2001 03:28:18 +0000 Subject: [PATCH] ChangeLog, tune2fs.8.in: tune2fs.8.in: Update man page to reflect that 2.0.39 supports sparse_super. --- misc/ChangeLog | 3 +++ misc/tune2fs.8.in | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/misc/ChangeLog b/misc/ChangeLog index 483bc65..56bc104 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,5 +1,8 @@ 2001-02-07 Theodore Tso + * tune2fs.8.in: Update man page to reflect that 2.0.39 supports + sparse_super. + * dumpe2fs.c (list_desc): Fix fencepost error when calculating the range of inode table blocks. Add '0x' to values printed in hex. diff --git a/misc/tune2fs.8.in b/misc/tune2fs.8.in index 4c07018..07b6cfc 100644 --- a/misc/tune2fs.8.in +++ b/misc/tune2fs.8.in @@ -153,10 +153,10 @@ adjust the reserved blocks percentage on the given device. adjust the reserved blocks count on the given device. .TP .BI \-s " sparse_super_flag" -set or reset the sparse_superblock flag. The sparse_superblock feature +set or reset the sparse_superblock flag. The sparse_super feature saves space on really big filesystems. .B Warning: -The Linux 2.0 kernel does not properly support this feature. Neither do +The Linux kernels before 2.0.39 do not support this feature. Neither do all Linux 2.1 kernels; please don't use this unless you know what you're doing! .TP -- 1.8.3.1