commit | 0bc77381c1b1600e659eb7322c39d1753615722d | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Fri Jun 21 08:58:21 2013 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Jul 08 13:36:41 2013 +0400 |
tree | 6e2adc4932f0fc136d08da5ba5adb032970a1b05 | |
parent | 99b072bb38c9b398bc7c3fc8a0f30d0801f78750 [diff] |
seq_file: add seq_list_*_percpu helpers When we convert the file_lock_list to a set of percpu lists, we'll need a way to iterate over them in order to output /proc/locks info. Add some seq_list_*_percpu helpers to handle that. Signed-off-by: Jeff Layton <jlayton@redhat.com> Acked-by: J. Bruce Fields <bfields@fieldses.org> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>