Re: [CFT][PATCH] block_write_*_buffer rewrite

Andrea Arcangeli (andrea@suse.de)
Fri, 3 Dec 1999 14:55:50 +0100 (CET)


On Thu, 2 Dec 1999, Martin Dalecki wrote:

>+#define block_write_range(dentry, page, from, len, buf) \
>+ block_write_zero_range(dentry, page, from, from, from+len, buf)

>Ehem. The #define looks lazy. Better do the embedding by an __inline__
>wrapper function.

The define looks fine but it would be better to add the brackets.

Andrea

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/