diff options
author | Pádraig Brady <P@draigBrady.com> | 2011-04-12 11:30:33 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2011-04-12 11:30:33 +0100 |
commit | 501ce81b6a8400b37661fe65e66dfc33c5660ca0 (patch) | |
tree | c41d173a15557597c1c6c64a30254a5793cc2369 | |
parent | 53ee2679452819d97d599c6fdd3c72a3eeaf7823 (diff) | |
download | coreutils-501ce81b6a8400b37661fe65e66dfc33c5660ca0.tar.xz |
maint: correct kernel version in test comment
-rwxr-xr-x | tests/cp/sparse-fiemap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/sparse-fiemap b/tests/cp/sparse-fiemap index bac289093..90d55d932 100755 --- a/tests/cp/sparse-fiemap +++ b/tests/cp/sparse-fiemap @@ -70,7 +70,7 @@ for i in $(seq 1 2 21); do -e '&& syswrite (*F, chr($_)x$n) or die "$!"}' > j1 || fail=1 # Note there is an implicit sync performed by cp on Linux kernels - # before 2.6.38 to work around bugs in EXT4 and BTRFS. + # before 2.6.39 to work around bugs in EXT4 and BTRFS. # Note also the -s parameter to the filefrag commands below # for the same reasons. cp --sparse=always j1 j2 || fail=1 |