hi Chris,
We noticed this too and Christoph made this change in the
2.4 XFS tree a little while ago - let me check dates - ah,
9th May. So, fair bit of testing here and we've not seen
any issues from this change either (we'd also like to see
it merged).
thanks.
>
> -chris
>
> --- linux.marcelo/fs/buffer.c Thu Jun 19 09:09:28 2003
> +++ linux/fs/buffer.c Thu Jun 19 09:04:17 2003
> @@ -591,7 +604,7 @@
> if (buffer_attached(bh))
> list_del(&bh->b_inode_buffers);
> set_buffer_attached(bh);
> - list_add(&bh->b_inode_buffers, list);
> + list_add_tail(&bh->b_inode_buffers, list);
> spin_unlock(&lru_list_lock);
> }
>
>
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
-- Nathan - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/