]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: correct kernel version in NEWS
authorPádraig Brady <P@draigBrady.com>
Wed, 6 Apr 2011 23:23:00 +0000 (00:23 +0100)
committerPádraig Brady <P@draigBrady.com>
Wed, 6 Apr 2011 23:23:00 +0000 (00:23 +0100)
* NEWS: Adjust to match commit 1c3654cb, 2011-04-02,
"copy: require fiemap sync also for 2.6.38 kernels"

NEWS

diff --git a/NEWS b/NEWS
index 0bfc8b7c1853f8e4be004ca7ea91df0715783c00..11ae5556580d5dab1f977927a86ef4fe61035818 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -37,7 +37,7 @@ GNU coreutils NEWS                                    -*- outline -*-
 ** Changes in behavior
 
   cp now avoids syncing files when possible, when doing a FIEMAP copy.
-  The sync in only needed on Linux kernels before 2.6.38.
+  The sync in only needed on Linux kernels before 2.6.39.
   [The sync was introduced in coreutils-8.10]
 
   cp now copies empty extents efficiently, when doing a FIEMAP copy.