On Jun 13, 2017, at 11:15 AM, Jens Axboe <[email protected]> wrote:
> 
> Signed-off-by: Jens Axboe <[email protected]>

Reviewed-by: Andreas Dilger <[email protected]>

> ---
> fs/xfs/xfs_aops.c | 2 ++
> 1 file changed, 2 insertions(+)
> 
> diff --git a/fs/xfs/xfs_aops.c b/fs/xfs/xfs_aops.c
> index 09af0f7cd55e..9770be0140ad 100644
> --- a/fs/xfs/xfs_aops.c
> +++ b/fs/xfs/xfs_aops.c
> @@ -505,6 +505,7 @@ xfs_submit_ioend(
>               return status;
>       }
> 
> +     bio_set_streamid(ioend->io_bio, inode_streamid(ioend->io_inode));
>       submit_bio(ioend->io_bio);
>       return 0;
> }
> @@ -564,6 +565,7 @@ xfs_chain_bio(
>       bio_chain(ioend->io_bio, new);
>       bio_get(ioend->io_bio);         /* for xfs_destroy_ioend */
>       ioend->io_bio->bi_opf = REQ_OP_WRITE | wbc_to_write_flags(wbc);
> +     bio_set_streamid(ioend->io_bio, inode_streamid(ioend->io_inode));
>       submit_bio(ioend->io_bio);
>       ioend->io_bio = new;
> }
> --
> 2.7.4
> 


Cheers, Andreas





Attachment: signature.asc
Description: Message signed with OpenPGP

Reply via email to