Re: [PATCH 1/15] The helper functions itselves

2007-05-18 Thread David Howells
Pavel Emelianov <[EMAIL PROTECTED]> wrote: > Many places in kernel use seq_file API to iterate over a regular > list_head. The code for such iteration is identical in all the > places, so it's worth introducing a common helpers. And the documentation for this? David - To unsubscribe from this

[PATCH 1/15] The helper functions itselves

2007-05-18 Thread Pavel Emelianov
Many places in kernel use seq_file API to iterate over a regular list_head. The code for such iteration is identical in all the places, so it's worth introducing a common helpers. Signed-off-by: Pavel Emelianov <[EMAIL PROTECTED]> --- diff --git a/fs/seq_file.c b/fs/seq_file.c index

[PATCH 1/15] The helper functions itselves

2007-05-18 Thread Pavel Emelianov
Many places in kernel use seq_file API to iterate over a regular list_head. The code for such iteration is identical in all the places, so it's worth introducing a common helpers. Signed-off-by: Pavel Emelianov [EMAIL PROTECTED] --- diff --git a/fs/seq_file.c b/fs/seq_file.c index

Re: [PATCH 1/15] The helper functions itselves

2007-05-18 Thread David Howells
Pavel Emelianov [EMAIL PROTECTED] wrote: Many places in kernel use seq_file API to iterate over a regular list_head. The code for such iteration is identical in all the places, so it's worth introducing a common helpers. And the documentation for this? David - To unsubscribe from this list: