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 0bfc8b7..11ae555 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.