diff options
| author | 2017-04-07 12:45:20 -0600 | |
|---|---|---|
| committer | 2017-04-07 12:45:20 -0600 | |
| commit | 65f619d2535197d97067eeeef75a40f25b552e69 (patch) | |
| tree | 13f96c51a2b591ed22f1771541998bb77178f685 /include/linux/errqueue.h | |
| parent | block: trace completion of all bios. (diff) | |
| parent | blk-mq: Restart a single queue if tag sets are shared (diff) | |
| download | linux-dev-65f619d2535197d97067eeeef75a40f25b552e69.tar.xz linux-dev-65f619d2535197d97067eeeef75a40f25b552e69.zip | |
Merge branch 'for-linus' into for-4.12/block
We've added a considerable amount of fixes for stalls and issues
with the blk-mq scheduling in the 4.11 series since forking
off the for-4.12/block branch. We need to do improvements on
top of that for 4.12, so pull in the previous fixes to make
our lives easier going forward.
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'include/linux/errqueue.h')
| -rw-r--r-- | include/linux/errqueue.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/errqueue.h b/include/linux/errqueue.h index 9ca23fcfb5d7..6fdfc884fdeb 100644 --- a/include/linux/errqueue.h +++ b/include/linux/errqueue.h @@ -20,6 +20,8 @@ struct sock_exterr_skb { struct sock_extended_err ee; u16 addr_offset; __be16 port; + u8 opt_stats:1, + unused:7; }; #endif |
