[PATCH v2] nvme: Fix zns drives without append support to export correct permissions

Chaitanya Kulkarni chaitanyak at nvidia.com
Wed Mar 16 02:56:09 PDT 2022


On 3/16/22 02:54, Chaitanya Kulkarni wrote:
> 
>> +static inline void nvme_set_disk_mode_ro(struct nvme_ns *ns)
>> +{
>> +    set_disk_ro(ns->disk, test_bit(NVME_NS_FORCE_RO, &ns->flags));
>> +}
>> +
> 
> Do you have a second caller for above function ?
> 
> 

Is this function in the fast path ?




More information about the Linux-nvme mailing list