diff options
-rw-r--r-- | src/extent-scan.c | 4 | ||||
-rw-r--r-- | src/realpath.c | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/extent-scan.c b/src/extent-scan.c index 6d3032a72..5e524fa4d 100644 --- a/src/extent-scan.c +++ b/src/extent-scan.c @@ -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) { diff --git a/src/realpath.c b/src/realpath.c index 292c8f3b7..233b98f95 100644 --- a/src/realpath.c +++ b/src/realpath.c @@ -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'}, |