summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2013-11-28 14:54:26 -0500
committerPawel Osmialowski <p.osmialowsk@mcdsrvbld02.digital.local>2015-03-27 14:37:30 +0100
commitea72c71344e75459493113b7d264f5973ebdcfb8 (patch)
treece2d5c2029d602dc913563b55b98d5d35f91277b /kernel
parenta09bb738478e1360b12f310c6b1af92cc51c5158 (diff)
downloadlinux-3.10-ea72c71344e75459493113b7d264f5973ebdcfb8.tar.gz
linux-3.10-ea72c71344e75459493113b7d264f5973ebdcfb8.tar.bz2
linux-3.10-ea72c71344e75459493113b7d264f5973ebdcfb8.zip
sysfs, kernfs: add kernfs_ops->seq_{start|next|stop}()
kernfs_ops currently only supports single_open() behavior which is pretty restrictive. Add optional callbacks ->seq_{start|next|stop}() which, when implemented, are invoked for seq_file traversal. This allows full seq_file functionality for kernfs users. This currently doesn't have any user and doesn't change any behavior. v2: Refreshed on top of the updated "sysfs, kernfs: prepare read path for kernfs". Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions