diff options
| author | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 20:19:54 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 20:19:54 -0800 |
| commit | d51c905ac6b3d259cf977038b23163d00a869c1b (patch) | |
| tree | a71da446d6a89f208297432ef3c3e271dcf76a51 /include/linux/list.h | |
| parent | a41cd6e4274462df70a72f57c5a6cb85db924a08 (diff) | |
v2.4.10.0.1 -> v2.4.10.0.2
- more buffers-in-pagecache coherency
Diffstat (limited to 'include/linux/list.h')
| -rw-r--r-- | include/linux/list.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/list.h b/include/linux/list.h index 81c9170a0f3a..0d04422e81d9 100644 --- a/include/linux/list.h +++ b/include/linux/list.h @@ -92,7 +92,6 @@ static __inline__ void __list_del(struct list_head * prev, static __inline__ void list_del(struct list_head *entry) { __list_del(entry->prev, entry->next); - entry->next = entry->prev = 0; } /** |
