Re: [PATCH v3 41/49] xfs: convert to bio_for_each_segment_all_sp()

2017-10-19 Thread Ming Lei
On Tue, Aug 08, 2017 at 09:32:32AM -0700, Darrick J. Wong wrote: > On Tue, Aug 08, 2017 at 04:45:40PM +0800, Ming Lei wrote: > > Sure would be nice to have a changelog explaining why we're doing this. > > > Cc: "Darrick J. Wong" > > Cc: linux-...@vger.kernel.org > >

Re: [PATCH v3 41/49] xfs: convert to bio_for_each_segment_all_sp()

2017-10-19 Thread Ming Lei
On Tue, Aug 08, 2017 at 09:32:32AM -0700, Darrick J. Wong wrote: > On Tue, Aug 08, 2017 at 04:45:40PM +0800, Ming Lei wrote: > > Sure would be nice to have a changelog explaining why we're doing this. > > > Cc: "Darrick J. Wong" > > Cc: linux-...@vger.kernel.org > > Signed-off-by: Ming Lei > >

Re: [PATCH v3 41/49] xfs: convert to bio_for_each_segment_all_sp()

2017-08-08 Thread Darrick J. Wong
On Tue, Aug 08, 2017 at 04:45:40PM +0800, Ming Lei wrote: Sure would be nice to have a changelog explaining why we're doing this. > Cc: "Darrick J. Wong" > Cc: linux-...@vger.kernel.org > Signed-off-by: Ming Lei > --- > fs/xfs/xfs_aops.c | 3 ++- >

Re: [PATCH v3 41/49] xfs: convert to bio_for_each_segment_all_sp()

2017-08-08 Thread Darrick J. Wong
On Tue, Aug 08, 2017 at 04:45:40PM +0800, Ming Lei wrote: Sure would be nice to have a changelog explaining why we're doing this. > Cc: "Darrick J. Wong" > Cc: linux-...@vger.kernel.org > Signed-off-by: Ming Lei > --- > fs/xfs/xfs_aops.c | 3 ++- > 1 file changed, 2 insertions(+), 1

[PATCH v3 41/49] xfs: convert to bio_for_each_segment_all_sp()

2017-08-08 Thread Ming Lei
Cc: "Darrick J. Wong" Cc: linux-...@vger.kernel.org Signed-off-by: Ming Lei --- fs/xfs/xfs_aops.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fs/xfs/xfs_aops.c b/fs/xfs/xfs_aops.c index 6bf120bb1a17..94df43dcae0b 100644 ---

[PATCH v3 41/49] xfs: convert to bio_for_each_segment_all_sp()

2017-08-08 Thread Ming Lei
Cc: "Darrick J. Wong" Cc: linux-...@vger.kernel.org Signed-off-by: Ming Lei --- fs/xfs/xfs_aops.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fs/xfs/xfs_aops.c b/fs/xfs/xfs_aops.c index 6bf120bb1a17..94df43dcae0b 100644 --- a/fs/xfs/xfs_aops.c +++ b/fs/xfs/xfs_aops.c