Re: [PATCH] Take 2: Support to display stats from slave devices of a software RAID device

From: Jens Axboe <jens.axboe_at_oracle.com>
Date: Mon, 29 Sep 2008 08:47:32 +0200

On Mon, Sep 29 2008, Jens Axboe wrote:
> I have applied this patch, thanks.

Spoke too soon, it didn't actually apply:

axboe_at_nelson:/home/axboe/git/fio $ git apply --check --verbose a
Checking patch diskutil.c...
error: while searching for:
}

static int get_device_numbers(char *file_name, int * min, int * maj)
{
        struct stat st;
        int majdev, mindev;
        char tempname[PATH_MAX], *p;

        if (!lstat(file_name, &st)) {
                if (S_ISBLK(st.st_mode)) {
                        majdev = major(st.st_rdev)
error: patch failed: diskutil.c:223
error: diskutil.c: patch does not apply
Checking patch fio.h...

This is the git repo, however there has been no changes to diskutil.c
since June 6th. What version are you diffing against?

-- 
Jens Axboe
Received on Mon Sep 29 2008 - 08:47:32 CEST

This archive was generated by hypermail 2.2.0 : Mon Sep 29 2008 - 09:00:04 CEST