From: Tejun Heo Date: Thu, 28 Nov 2013 19:54:26 +0000 (-0500) Subject: sysfs, kernfs: add kernfs_ops->seq_{start|next|stop}() X-Git-Tag: v3.14-rc1~151^2~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d19b9846df64d8845be682b6318bd1aee246cf60;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed