Bill Nottingham
2009-Jan-28 16:00 UTC
[PATCH] Documentation/Changes: add required versions for new filesystems
btrfs requires version 0.18 of its tools, and squashfs requires 4.0. Signed-off-by: Bill Nottingham <notting@redhat.com> --- Documentation/Changes | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Documentation/Changes b/Documentation/Changes index cb2b141..011cc43 100644 --- a/Documentation/Changes +++ b/Documentation/Changes @@ -37,6 +37,8 @@ o e2fsprogs 1.29 # tune2fs o jfsutils 1.1.3 # fsck.jfs -V o reiserfsprogs 3.6.3 # reiserfsck -V 2>&1|grep reiserfsprogs o xfsprogs 2.6.0 # xfs_db -V +o squashfs-tools 4.0 # mksquashvs -version +o btrfs-progs 0.18 # btrfsck o pcmciautils 004 # pccardctl -V o quota-tools 3.09 # quota -V o PPP 2.4.0 # pppd --version -- 1.6.1.1 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Bill Nottingham
2009-Jan-28 16:01 UTC
Re: [PATCH] Documentation/Changes: add required versions for new filesystems
Bill Nottingham (notting@redhat.com) said:> btrfs requires version 0.18 of its tools, and squashfs requires > 4.0.This time, with a typo fix. ... btrfs requires version 0.18 of its tools, and squashfs requires 4.0. Signed-off-by: Bill Nottingham <notting@redhat.com> --- Documentation/Changes | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Documentation/Changes b/Documentation/Changes index cb2b141..011cc43 100644 --- a/Documentation/Changes +++ b/Documentation/Changes @@ -37,6 +37,8 @@ o e2fsprogs 1.29 # tune2fs o jfsutils 1.1.3 # fsck.jfs -V o reiserfsprogs 3.6.3 # reiserfsck -V 2>&1|grep reiserfsprogs o xfsprogs 2.6.0 # xfs_db -V +o squashfs-tools 4.0 # mksquashfs -version +o btrfs-progs 0.18 # btrfsck o pcmciautils 004 # pccardctl -V o quota-tools 3.09 # quota -V o PPP 2.4.0 # pppd --version -- 1.6.1.1 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Theodore Tso
2009-Jan-28 21:13 UTC
Re: [PATCH] Documentation/Changes: add required versions for new filesystems
On Wed, Jan 28, 2009 at 11:01:57AM -0500, Bill Nottingham wrote:> Bill Nottingham (notting@redhat.com) said: > > btrfs requires version 0.18 of its tools, and squashfs requires > > 4.0. > > This time, with a typo fix.While you''re at it, could you also update e2fsprogs to require 1.41.4. It''s required for ext4, and even for ext3, if the text is going to say, "if you''re going to report any bugs, please update to the versions of these programs". So the line for e2fsprogs should read: o e2fsprogs 1.41.4 # e2fsck -V I could push this as a separate patch, but then there could be patch conflicts, so it might be nice if you could update e2fsprogs at the same time. Thanks!! - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Randy Dunlap
2009-Jan-29 03:45 UTC
Re: [PATCH] Documentation/Changes: add required versions for new filesystems
Theodore Tso wrote:> On Wed, Jan 28, 2009 at 11:01:57AM -0500, Bill Nottingham wrote: >> Bill Nottingham (notting@redhat.com) said: >>> btrfs requires version 0.18 of its tools, and squashfs requires >>> 4.0. >> This time, with a typo fix. > > While you''re at it, could you also update e2fsprogs to require 1.41.4. > It''s required for ext4, and even for ext3, if the text is going to > say, "if you''re going to report any bugs, please update to the > versions of these programs". So the line for e2fsprogs should read: > > o e2fsprogs 1.41.4 # e2fsck -V > > I could push this as a separate patch, but then there could be patch > conflicts, so it might be nice if you could update e2fsprogs at the > same time.I''ve done that and can add it to my Docs patches queue for Linus. Thanks, -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html