]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: remove various FIXME comments
authorBernhard Voelker <mail@bernhard-voelker.de>
Fri, 29 Nov 2013 11:18:06 +0000 (12:18 +0100)
committerBernhard Voelker <mail@bernhard-voelker.de>
Fri, 29 Nov 2013 12:08:44 +0000 (13:08 +0100)
* src/extent-scan.c (extent_need_sync): Remove the FIXME comment about
removing the work around.  As discussed in [1], the needed FIEMAP fix
never made it into the Linux kernel.

* src/realpath.c (longopts): Remove the FIXME comment about deprecating
the --strip option as it's a valid alias for --no-symlinks option.
Also discussed in [1].

[1] http://lists.gnu.org/archive/html/coreutils/2013-11/msg00103.html

src/extent-scan.c
src/realpath.c

index 6d3032a7276e47be2278bd1e99bd81845ea1452a..5e524fa4d35f23a56077177f347d7bd5c0930050 100644 (file)
@@ -28,9 +28,7 @@
 #include "xstrtol.h"
 
 
-/* Work around Linux kernel issues on BTRFS and EXT4 before 2.6.39.
-   FIXME: remove in 2013, or whenever we're pretty confident
-   that the offending, unpatched kernels are no longer in use.  */
+/* Work around Linux kernel issues on BTRFS and EXT4.  */
 static bool
 extent_need_sync (void)
 {
index 292c8f3b769ed101abc40dcb44a8de1ec4a370d1..233b98f9557a45d94663c8e70ec593838b8326ab 100644 (file)
@@ -51,7 +51,7 @@ static struct option const longopts[] =
   {"relative-to", required_argument, NULL, RELATIVE_TO_OPTION},
   {"relative-base", required_argument, NULL, RELATIVE_BASE_OPTION},
   {"quiet", no_argument, NULL, 'q'},
-  {"strip", no_argument, NULL, 's' /* FIXME: deprecate in 2013 or so */},
+  {"strip", no_argument, NULL, 's'},
   {"no-symlinks", no_argument, NULL, 's'},
   {"zero", no_argument, NULL, 'z'},
   {"logical", no_argument, NULL, 'L'},