Re: [PATCH 11/20] fs/afs/cell.c: use LIST_HEAD instead of LIST_HEAD_INIT

2007-12-06 Thread David Howells
Denis Cheng <[EMAIL PROTECTED]> wrote: > single list_head variable initialized with LIST_HEAD_INIT could almost > always can be replaced with LIST_HEAD declaration, this shrinks the code > and looks better. And mucks up TAGS generation:-/ -- To unsubscribe from this list: send the line "unsubscri

[PATCH 11/20] fs/afs/cell.c: use LIST_HEAD instead of LIST_HEAD_INIT

2007-12-06 Thread Denis Cheng
single list_head variable initialized with LIST_HEAD_INIT could almost always can be replaced with LIST_HEAD declaration, this shrinks the code and looks better. Signed-off-by: Denis Cheng <[EMAIL PROTECTED]> --- fs/afs/cell.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --gi