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

Reply via email to