diff mbox

mkfs.ubifs: trivial: 2.6.40 -> 3.0

Message ID 1306936176-24533-1-git-send-email-bengardiner@nanometrics.ca
State Accepted
Commit 4f3c679db7415b4b0321848a4734abcec30dd9d8
Headers show

Commit Message

Ben Gardiner June 1, 2011, 1:49 p.m. UTC
In commit 04665066ebedb0a31335b525fb5f19df32cb8cfe it was noted that the free
space fixup feature would be available in kernels 2.6.40 or greater. Since
then it has been decided that the release following 2.6.39 will be 3.0.

Replace the instances of 2.6.40 with 3.0.

Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca>
---
 mkfs.ubifs/mkfs.ubifs.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Comments

Artem Bityutskiy June 3, 2011, 3:30 p.m. UTC | #1
On Wed, 2011-06-01 at 09:49 -0400, Ben Gardiner wrote:
> In commit 04665066ebedb0a31335b525fb5f19df32cb8cfe it was noted that the free
> space fixup feature would be available in kernels 2.6.40 or greater. Since
> then it has been decided that the release following 2.6.39 will be 3.0.
> 
> Replace the instances of 2.6.40 with 3.0.
> 
> Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca>

Pushed to mtd-utils.git, thanks.
diff mbox

Patch

diff --git a/mkfs.ubifs/mkfs.ubifs.c b/mkfs.ubifs/mkfs.ubifs.c
index e3ccb32..ac3c8d3 100644
--- a/mkfs.ubifs/mkfs.ubifs.c
+++ b/mkfs.ubifs/mkfs.ubifs.c
@@ -185,7 +185,7 @@  static const char *helptext =
 "                         mkfs.ubifs use zlib instead of LZO (default 20%)\n"
 "-f, --fanout=NUM         fanout NUM (default: 8)\n"
 "-F, --space-fixup        file-system free space has to be fixed up on first mount\n"
-"                         (requires kernel version 2.6.40 or greater)\n"
+"                         (requires kernel version 3.0 or greater)\n"
 "-k, --keyhash=TYPE       key hash type - \"r5\" or \"test\" (default: \"r5\")\n"
 "-p, --orph-lebs=COUNT    count of erase blocks for orphans (default: 1)\n"
 "-D, --devtable=FILE      use device table FILE\n"
@@ -233,7 +233,7 @@  static const char *helptext =
 "when flashing the image and the second time when UBIFS is mounted and writes useful\n"
 "data there. A proper UBI-aware flasher should skip such NAND pages, though. Note, this\n"
 "flag may make the first mount very slow, because the \"free space fixup\" procedure\n"
-"takes time. This feature is supported by the Linux kernel starting from version 2.6.40.\n";
+"takes time. This feature is supported by the Linux kernel starting from version 3.0.\n";
 
 /**
  * make_path - make a path name from a directory and a name.