Re: [PATCH v20 11/12] null: Enable trace capability for null block

2024-06-03 Thread Nitesh Shetty
On 01/06/24 08:23AM, Christoph Hellwig wrote: On Mon, May 20, 2024 at 03:50:24PM +0530, Nitesh Shetty wrote: This is a prep patch to enable copy trace capability. At present only zoned null_block is using trace, so we decoupled trace and zoned dependency to make it usable in null_blk driver also

Re: [PATCH v20 11/12] null: Enable trace capability for null block

2024-05-31 Thread Christoph Hellwig
On Mon, May 20, 2024 at 03:50:24PM +0530, Nitesh Shetty wrote: > This is a prep patch to enable copy trace capability. > At present only zoned null_block is using trace, so we decoupled trace > and zoned dependency to make it usable in null_blk driver also. No need to mention the "prep patch", jus

Re: [PATCH v20 11/12] null: Enable trace capability for null block

2024-05-20 Thread Bart Van Assche
On 5/20/24 03:20, Nitesh Shetty wrote: This is a prep patch to enable copy trace capability. At present only zoned null_block is using trace, so we decoupled trace and zoned dependency to make it usable in null_blk driver also. Reviewed-by: Bart Van Assche

[PATCH v20 11/12] null: Enable trace capability for null block

2024-05-20 Thread Nitesh Shetty
This is a prep patch to enable copy trace capability. At present only zoned null_block is using trace, so we decoupled trace and zoned dependency to make it usable in null_blk driver also. Reviewed-by: Hannes Reinecke Signed-off-by: Nitesh Shetty Signed-off-by: Anuj Gupta --- drivers/block/nul