]> git.neil.brown.name Git - history.git/commit
[PATCH] add new list_splice_init()
authorAndrew Morton <akpm@zip.com.au>
Thu, 4 Jul 2002 15:30:49 +0000 (08:30 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Thu, 4 Jul 2002 15:30:49 +0000 (08:30 -0700)
commitf42e6ed8b8c71b3cdc1f0ed7c3f8d2f0c0ec6427
treea770a4d0df553b44b134db75d1590ae249d25da5
parente7c8964639dbb27af8156afd99fd2f3f7b60d869
[PATCH] add new list_splice_init()

A little cleanup: Most callers of list_splice() immediately
reinitialise the source list_head after calling list_splice().

So create a new list_splice_init() which does all that.
drivers/block/ll_rw_blk.c
drivers/ieee1394/ieee1394_core.c
fs/fs-writeback.c
fs/jfs/jfs_txnmgr.c
fs/mpage.c
fs/nfs/write.c
include/linux/list.h