On Thu, Dec 14, 2023 at 12:37:57AM -0700, Vishal Verma wrote:
> +static ssize_t memmap_on_memory_show(struct device *dev,
> +                                  struct device_attribute *attr, char *buf)
> +{
> +     struct dev_dax *dev_dax = to_dev_dax(dev);
> +
> +     return sprintf(buf, "%d\n", dev_dax->memmap_on_memory);

checkpatch should have noticed that this should be sysfs_emit(), right?
If not, please make the change anyway.

> diff --git a/Documentation/ABI/testing/sysfs-bus-dax 
> b/Documentation/ABI/testing/sysfs-bus-dax
> index 6359f7bc9bf4..40d9965733b2 100644
> --- a/Documentation/ABI/testing/sysfs-bus-dax
> +++ b/Documentation/ABI/testing/sysfs-bus-dax
> @@ -134,3 +134,20 @@ KernelVersion:   v5.1
>  Contact:     nvd...@lists.linux.dev
>  Description:
>               (RO) The id attribute indicates the region id of a dax region.
> +
> +What:                /sys/bus/dax/devices/daxX.Y/memmap_on_memory
> +Date:                October, 2023

It's not October anymore :)

thanks,

greg k-h

Reply via email to