sysfs, kernfs: prepare mmap path for kernfs
authorTejun Heo <tj@kernel.org>
Thu, 28 Nov 2013 19:54:18 +0000 (14:54 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Nov 2013 01:33:46 +0000 (17:33 -0800)
commitfdbffaa478fc77e999cbe2ac0dcfbf609103e675
treecb96628904017b74c53a613c3410a3bedb2526f7
parent50b38ca086e4d9920eede98b871b971e9958d70d
sysfs, kernfs: prepare mmap path for kernfs

We're in the process of separating out core sysfs functionality into
kernfs which will deal with sysfs_dirents directly.  This patch
rearranges mmap path so that the kernfs and sysfs parts are separate.

sysfs_kf_bin_mmap() which handles the interaction with bin_attribute
mmap method is factored out of sysfs_bin_mmap(), which is renamed to
kernfs_file_mmap().  All vma ops are renamed accordingly.

sysfs_bin_mmap() is updated such that it can be used for both file
types.  This will eventually allow using the same file_operations for
both file types, which is necessary to separate out kernfs.

This patch doesn't introduce any behavior changes.

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/sysfs/file.c
This page took 0.026745 seconds and 5 git commands to generate.