[PATCH 06/11] xfs: remove the readpage / readpages tracing code

2019-10-06 Thread Christoph Hellwig
The actual iomap implementations now have equivalent trace points. Signed-off-by: Christoph Hellwig Reviewed-by: Brian Foster Reviewed-by: Darrick J. Wong --- fs/xfs/xfs_aops.c | 2 -- fs/xfs/xfs_trace.h | 26 -- 2 files changed, 28 deletions(-) diff --git

Re: [PATCH 06/11] xfs: remove the readpage / readpages tracing code

2019-10-02 Thread Darrick J. Wong
On Tue, Oct 01, 2019 at 09:11:47AM +0200, Christoph Hellwig wrote: > The actual iomap implementations now have equivalent trace points. > > Signed-off-by: Christoph Hellwig Looks ok, Reviewed-by: Darrick J. Wong --D > --- > fs/xfs/xfs_aops.c | 2 -- > fs/xfs/xfs_trace.h | 26

Re: [PATCH 06/11] xfs: remove the readpage / readpages tracing code

2019-10-01 Thread Brian Foster
On Tue, Oct 01, 2019 at 09:11:47AM +0200, Christoph Hellwig wrote: > The actual iomap implementations now have equivalent trace points. > > Signed-off-by: Christoph Hellwig > --- Reviewed-by: Brian Foster > fs/xfs/xfs_aops.c | 2 -- > fs/xfs/xfs_trace.h | 26 -- > 2

[PATCH 06/11] xfs: remove the readpage / readpages tracing code

2019-10-01 Thread Christoph Hellwig
The actual iomap implementations now have equivalent trace points. Signed-off-by: Christoph Hellwig --- fs/xfs/xfs_aops.c | 2 -- fs/xfs/xfs_trace.h | 26 -- 2 files changed, 28 deletions(-) diff --git a/fs/xfs/xfs_aops.c b/fs/xfs/xfs_aops.c index