2009-01-28 16:00:56

by Bill Nottingham

[permalink] [raw]
Subject: [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 <[email protected]>
---
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


2009-01-28 16:02:19

by Bill Nottingham

[permalink] [raw]
Subject: Re: [PATCH] Documentation/Changes: add required versions for new filesystems

Bill Nottingham ([email protected]) 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 <[email protected]>
---
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

2009-01-28 21:14:09

by Theodore Ts'o

[permalink] [raw]
Subject: 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 ([email protected]) 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

2009-01-29 03:45:51

by Randy Dunlap

[permalink] [raw]
Subject: 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 ([email protected]) 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