summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behrens <sbehrens@giantdisaster.de>2013-04-09 19:08:43 +0200
committerDavid Sterba <dsterba@suse.cz>2013-04-23 18:56:25 +0200
commite6e1209254011ce397a2a83ee1bb8f553d3f2741 (patch)
tree99bc667c7775db5008271d646b9930b571fe64b0
parentb4efe05b699b23ecf8edb278f143c78bdd2f1ae4 (diff)
Btrfs-progs: remove some unused code
Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de>
-rw-r--r--send-stream.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/send-stream.c b/send-stream.c
index 1a498f3f..88e18e2c 100644
--- a/send-stream.c
+++ b/send-stream.c
@@ -410,9 +410,6 @@ static int read_and_process_cmd(struct btrfs_send_stream *s)
break;
case BTRFS_SEND_C_UTIMES:
TLV_GET_STRING(s, BTRFS_SEND_A_PATH, &path);
- if (strstr(path, ".bak_1.log")) {
- ret = 0;
- }
TLV_GET_TIMESPEC(s, BTRFS_SEND_A_ATIME, &at);
TLV_GET_TIMESPEC(s, BTRFS_SEND_A_MTIME, &mt);
TLV_GET_TIMESPEC(s, BTRFS_SEND_A_CTIME, &ct);