All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] blktrace_api.h: fix comment for struct blk_user_trace_setup
@ 2018-01-27  0:58 Eric Biggers
  2018-02-26 19:09 ` Eric Biggers
  2018-02-26 19:26 ` Jens Axboe
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Biggers @ 2018-01-27  0:58 UTC (permalink / raw)
  To: linux-block, Jens Axboe; +Cc: Eric Biggers

From: Eric Biggers <ebiggers@google.com>

'struct blk_user_trace_setup' is passed to BLKTRACESETUP, not
BLKTRACESTART.

Signed-off-by: Eric Biggers <ebiggers@google.com>
---
 include/uapi/linux/blktrace_api.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/blktrace_api.h b/include/uapi/linux/blktrace_api.h
index 20d1490d6377..3c50e07ee833 100644
--- a/include/uapi/linux/blktrace_api.h
+++ b/include/uapi/linux/blktrace_api.h
@@ -131,7 +131,7 @@ enum {
 #define BLKTRACE_BDEV_SIZE	32
 
 /*
- * User setup structure passed with BLKTRACESTART
+ * User setup structure passed with BLKTRACESETUP
  */
 struct blk_user_trace_setup {
 	char name[BLKTRACE_BDEV_SIZE];	/* output */
-- 
2.16.0.rc1.238.g530d649a79-goog

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] blktrace_api.h: fix comment for struct blk_user_trace_setup
  2018-01-27  0:58 [PATCH] blktrace_api.h: fix comment for struct blk_user_trace_setup Eric Biggers
@ 2018-02-26 19:09 ` Eric Biggers
  2018-02-26 19:26 ` Jens Axboe
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Biggers @ 2018-02-26 19:09 UTC (permalink / raw)
  To: linux-block, Jens Axboe; +Cc: Eric Biggers

On Fri, Jan 26, 2018 at 04:58:06PM -0800, Eric Biggers wrote:
> From: Eric Biggers <ebiggers@google.com>
> 
> 'struct blk_user_trace_setup' is passed to BLKTRACESETUP, not
> BLKTRACESTART.
> 
> Signed-off-by: Eric Biggers <ebiggers@google.com>
> ---
>  include/uapi/linux/blktrace_api.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/uapi/linux/blktrace_api.h b/include/uapi/linux/blktrace_api.h
> index 20d1490d6377..3c50e07ee833 100644
> --- a/include/uapi/linux/blktrace_api.h
> +++ b/include/uapi/linux/blktrace_api.h
> @@ -131,7 +131,7 @@ enum {
>  #define BLKTRACE_BDEV_SIZE	32
>  
>  /*
> - * User setup structure passed with BLKTRACESTART
> + * User setup structure passed with BLKTRACESETUP
>   */
>  struct blk_user_trace_setup {
>  	char name[BLKTRACE_BDEV_SIZE];	/* output */
> -- 
> 2.16.0.rc1.238.g530d649a79-goog
> 

Ping.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] blktrace_api.h: fix comment for struct blk_user_trace_setup
  2018-01-27  0:58 [PATCH] blktrace_api.h: fix comment for struct blk_user_trace_setup Eric Biggers
  2018-02-26 19:09 ` Eric Biggers
@ 2018-02-26 19:26 ` Jens Axboe
  1 sibling, 0 replies; 3+ messages in thread
From: Jens Axboe @ 2018-02-26 19:26 UTC (permalink / raw)
  To: Eric Biggers, linux-block; +Cc: Eric Biggers

On 1/26/18 5:58 PM, Eric Biggers wrote:
> From: Eric Biggers <ebiggers@google.com>
> 
> 'struct blk_user_trace_setup' is passed to BLKTRACESETUP, not
> BLKTRACESTART.

Applied, thanks.

-- 
Jens Axboe

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-02-26 19:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-27  0:58 [PATCH] blktrace_api.h: fix comment for struct blk_user_trace_setup Eric Biggers
2018-02-26 19:09 ` Eric Biggers
2018-02-26 19:26 ` Jens Axboe

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.