On Thu, Jul 24, 2025 at 08:34:42AM -0700, Bart Van Assche wrote: > The advantages of converting existing sysfs show() methods to sysfs_emit() > and sysfs_emit_at() do not outweigh the risk of introducing bugs. Hence > recommend sysfs_emit() and sysfs_emit_at() only for new implementations of > show() methods. > > Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > Cc: James Bottomley <James.Bottomley@xxxxxxxxxxxxxxxxxxxxx> > Cc: Martin K. Petersen <martin.petersen@xxxxxxxxxx> > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> > --- > Documentation/filesystems/sysfs.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>