diff --git a/cmds-scrub.c b/cmds-scrub.c index f9e2b40b..a604b252 100644 --- a/cmds-scrub.c +++ b/cmds-scrub.c @@ -474,9 +474,6 @@ static struct scrub_file_record **scrub_read_file(int fd, int report_errors) char empty_uuid[BTRFS_FSID_SIZE] = {0}; struct scrub_file_record **p = NULL; - if (fd < 0) - return ERR_PTR(-EINVAL); - again: old_avail = avail - i; BUG_ON(old_avail < 0);