On Mon, Jul 30, 2018 at 11:40:51AM -0700, Bart Van Assche wrote:
Introduce these two functions and export them such that the next patch can add calls to these functions from the SCSI core.
Signed-off-by: Bart Van Assche bart.vanassche@wdc.com Cc: Greg Kroah-Hartman gregkh@linuxfoundation.org Cc: Tejun Heo tj@kernel.org Cc: stable@vger.kernel.org
fs/sysfs/file.c | 44 +++++++++++++++++++++++++++++++++++++++++++ include/linux/sysfs.h | 14 ++++++++++++++ 2 files changed, 58 insertions(+)
Acked-by: Greg Kroah-Hartman gregkh@linuxfoundation.org