All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrey Kuzmin <andrey.v.kuzmin@gmail.com>
To: kusumi.tomohiro@gmail.com
Cc: Tomohiro Kusumi <tkusumi@tuxera.com>,
	fio@vger.kernel.org, axboe@kernel.dk
Subject: Re: [PATCH 4/8] Remove unused io_u's priv union field
Date: Mon, 23 Jan 2017 19:06:18 +0300	[thread overview]
Message-ID: <CANvN+e=SsCxGCcMNktU88+uSS5_TrZ+jNG1K+gLcgS5vH1ZDDA@mail.gmail.com> (raw)
In-Reply-To: <1485184391-11036-4-git-send-email-tkusumi@tuxera.com>

[-- Attachment #1: Type: text/plain, Size: 699 bytes --]

This may break some I/O engines.


On Jan 23, 2017 18:13, <kusumi.tomohiro@gmail.com> wrote:

From: Tomohiro Kusumi <tkusumi@tuxera.com>

Signed-off-by: Tomohiro Kusumi <tkusumi@tuxera.com>
---
 ioengine.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ioengine.h b/ioengine.h
index 89873e7..7249df6 100644
--- a/ioengine.h
+++ b/ioengine.h
@@ -123,7 +123,6 @@ struct io_u {
                struct ibv_mr *mr;
 #endif
                void *mmap_data;
-               uint64_t null;
        };
 };

--
2.5.5

--
To unsubscribe from this list: send the line "unsubscribe fio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[-- Attachment #2: Type: text/html, Size: 1425 bytes --]

  reply	other threads:[~2017-01-23 16:06 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-23 15:13 [PATCH 1/8] Define pointer alignment macro in fio.h kusumi.tomohiro
2017-01-23 15:13 ` [PATCH 2/8] Use ARRAY_SIZE() kusumi.tomohiro
2017-01-23 15:13 ` [PATCH 3/8] Fix wrong comment on exit condition of threads/processes kusumi.tomohiro
2017-01-23 15:13 ` [PATCH 4/8] Remove unused io_u's priv union field kusumi.tomohiro
2017-01-23 16:06   ` Andrey Kuzmin [this message]
2017-01-23 18:01     ` Jens Axboe
2017-01-23 18:08       ` Andrey Kuzmin
2017-01-23 15:13 ` [PATCH 5/8] Remove unused disk_util's name field kusumi.tomohiro
2017-01-23 15:13 ` [PATCH 6/8] Add missing free(td->sysfs_root); kusumi.tomohiro
2017-01-23 15:13 ` [PATCH 7/8] Fix bad pointer du->sysfs_root kusumi.tomohiro
2017-01-23 15:13 ` [PATCH 8/8] Remove/Move Linux specific sysfs_root field from thread_data kusumi.tomohiro
2017-01-23 15:26 ` [PATCH 1/8] Define pointer alignment macro in fio.h Jens Axboe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CANvN+e=SsCxGCcMNktU88+uSS5_TrZ+jNG1K+gLcgS5vH1ZDDA@mail.gmail.com' \
    --to=andrey.v.kuzmin@gmail.com \
    --cc=axboe@kernel.dk \
    --cc=fio@vger.kernel.org \
    --cc=kusumi.tomohiro@gmail.com \
    --cc=tkusumi@tuxera.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.