[PATCH 06/11] fs: add O_DIRECT support for sending down bio stream information

2017-06-13 Thread Jens Axboe
Signed-off-by: Jens Axboe --- fs/block_dev.c | 2 ++ fs/direct-io.c | 2 ++ fs/iomap.c | 1 + 3 files changed, 5 insertions(+) diff --git a/fs/block_dev.c b/fs/block_dev.c index 51959936..284b8a786283 100644 --- a/fs/block_dev.c +++ b/fs/block_dev.c @@ -227,6 +227,7 @@ __blkdev_direct_IO

[PATCH 06/11] fs: add O_DIRECT support for sending down bio stream information

2017-06-14 Thread Jens Axboe
Reviewed-by: Andreas Dilger Signed-off-by: Jens Axboe --- fs/block_dev.c | 2 ++ fs/direct-io.c | 2 ++ fs/iomap.c | 1 + 3 files changed, 5 insertions(+) diff --git a/fs/block_dev.c b/fs/block_dev.c index 51959936..31ba4a8f0a28 100644 --- a/fs/block_dev.c +++ b/fs/block_dev.c @@ -239,6

[PATCH 06/11] fs: add O_DIRECT support for sending down bio stream information

2017-06-14 Thread Jens Axboe
Reviewed-by: Andreas Dilger Signed-off-by: Jens Axboe --- fs/block_dev.c | 2 ++ fs/direct-io.c | 2 ++ fs/iomap.c | 1 + 3 files changed, 5 insertions(+) diff --git a/fs/block_dev.c b/fs/block_dev.c index 51959936..de4301168710 100644 --- a/fs/block_dev.c +++ b/fs/block_dev.c @@ -239,6

Re: [PATCH 06/11] fs: add O_DIRECT support for sending down bio stream information

2017-06-13 Thread Andreas Dilger
> On Jun 13, 2017, at 11:15 AM, Jens Axboe wrote: > > Signed-off-by: Jens Axboe This patch is itself fine, if iocb_streamid() is fixed to pass the ID through without selecting only a single bit of the ID. Reviewed-by: Andreas Dilger > --- > fs/block_dev.c | 2 ++ > fs/direct-io.c | 2 ++ > fs