aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blktrace_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/blktrace_api.h')
-rw-r--r--include/linux/blktrace_api.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/linux/blktrace_api.h b/include/linux/blktrace_api.h
index a2a7d0ca2758..3a31eb506164 100644
--- a/include/linux/blktrace_api.h
+++ b/include/linux/blktrace_api.h
@@ -122,15 +122,13 @@ enum {
122 Blktrace_stopped, 122 Blktrace_stopped,
123}; 123};
124 124
125#define BLKTRACE_BDEV_SIZE 32
126
125/* 127/*
126 * User setup structure passed with BLKTRACESTART 128 * User setup structure passed with BLKTRACESTART
127 */ 129 */
128struct blk_user_trace_setup { 130struct blk_user_trace_setup {
129#ifdef __KERNEL__ 131 char name[BLKTRACE_BDEV_SIZE]; /* output */
130 char name[BDEVNAME_SIZE]; /* output */
131#else
132 char name[32]; /* output */
133#endif
134 __u16 act_mask; /* input */ 132 __u16 act_mask; /* input */
135 __u32 buf_size; /* input */ 133 __u32 buf_size; /* input */
136 __u32 buf_nr; /* input */ 134 __u32 buf_nr; /* input */