[PATCH v2 1/1] nvme: move sysfs code to a dedicated sysfs.c file
Max Gurtovoy
mgurtovoy at nvidia.com
Mon May 1 07:48:04 PDT 2023
Hi Christoph,
On 25/04/2023 18:27, Jens Axboe wrote:
> On 4/24/23 3:12?PM, Max Gurtovoy wrote:
>> The core.c file became long and hard to maintain. Create a dedicated
>> file to centralize the sysfs functionality. This is a common practice to
>> separate sysfs/configfs related logic from the main driver logic .c file.
>> For example, in the nvmet module the configfs interface has its own
>> dedicated file.
>>
>> This patch does not include any functional changes.
>
> Reviewed-by: Jens Axboe <axboe at kernel.dk>
>
Is there a chance to merge this for the next round of nvme PR ?
We have pretty good agreement for this patch :)
More information about the Linux-nvme
mailing list