Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030904AbbEEUFW (ORCPT ); Tue, 5 May 2015 16:05:22 -0400 Received: from mx0a-00082601.pphosted.com ([67.231.145.42]:39353 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933042AbbEEUDM (ORCPT ); Tue, 5 May 2015 16:03:12 -0400 From: Jens Axboe To: , CC: , , Jens Axboe , "Theodore Ts'o" Subject: [PATCH 7/7] ext4: add support for write stream IDs Date: Tue, 5 May 2015 14:03:01 -0600 Message-ID: <1430856181-19568-8-git-send-email-axboe@fb.com> X-Mailer: git-send-email 2.4.0.rc2.1.g3d6bc9a In-Reply-To: <1430856181-19568-1-git-send-email-axboe@fb.com> References: <1430856181-19568-1-git-send-email-axboe@fb.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [192.168.54.13] X-Proofpoint-Spam-Reason: safe X-FB-Internal: Safe X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.14.151,1.0.33,0.0.0000 definitions=2015-05-05_06:2015-05-05,2015-05-05,1970-01-01 signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 802 Lines: 26 Cc: Theodore Ts'o Signed-off-by: Jens Axboe --- fs/ext4/page-io.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/ext4/page-io.c b/fs/ext4/page-io.c index 5765f88b3904..980c5a937812 100644 --- a/fs/ext4/page-io.c +++ b/fs/ext4/page-io.c @@ -406,6 +406,7 @@ submit_and_retry: ret = io_submit_init_bio(io, bh); if (ret) return ret; + bio_set_streamid(io->io_bio, inode_streamid(inode)); } ret = bio_add_page(io->io_bio, page, bh->b_size, bh_offset(bh)); if (ret != bh->b_size) -- 2.4.0.rc2.1.g3d6bc9a -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/