Re: [BK] [PATCH] [2.4] ReiserFS export balance_dirty

Carl-Daniel Hailfinger (c-d.hailfinger.kernel.2003@gmx.net)
Thu, 15 May 2003 00:27:47 +0200


Hans Reiser wrote:
> Subject:
> [PATCH] [2.4] export balance_dirty
> From:
> Oleg Drokin <green@namesys.com>
>
> ===== fs/buffer.c 1.82 vs edited =====
> --- 1.82/fs/buffer.c Mon Dec 16 09:22:07 2002
> +++ edited/fs/buffer.c Wed May 14 16:51:00 2003
> @@ -1026,6 +1026,7 @@
> write_some_buffers(NODEV);
> }
> }
> +EXPORT_SYMBOL(balance_dirty);
>
> inline void __mark_dirty(struct buffer_head *bh)
> {

Any reason why you don't put this in ksyms.c?
This is a honest question, no flamebait.

Carl-Daniel

-
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/