summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2011-04-07 00:23:00 +0100
committerPádraig Brady <P@draigBrady.com>2011-04-07 00:23:00 +0100
commit324571ea4afeaa15d1dffeeccf629d32f30f159f (patch)
treee44265a83f918e843060f480a1681f14272cb71d
parent18f5a8537c49d87a7ba5c3fa0bcf9215bf9877a7 (diff)
downloadcoreutils-324571ea4afeaa15d1dffeeccf629d32f30f159f.tar.xz
maint: correct kernel version in NEWS
* NEWS: Adjust to match commit 1c3654cb, 2011-04-02, "copy: require fiemap sync also for 2.6.38 kernels"
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0bfc8b7c1..11ae55565 100644
--- 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.