Hi,
Doing some hacking I found something weird since 2.5.19, buffer_boundary and
set_buffer_boundary are not defined, at least greping the source tree I couldn't
find where they could be defined.
The weird thing is that kbuild doesn't report that.
--
Felipe Contreras
On Sun, 23 Jun 2002 22:05:10 -0500,
Felipe Contreras <[email protected]> wrote:
>Doing some hacking I found something weird since 2.5.19, buffer_boundary and
>set_buffer_boundary are not defined, at least greping the source tree I couldn't
>find where they could be defined.
>
>The weird thing is that kbuild doesn't report that.
include/linux/buffer_head.h: BUFFER_FNS(Boundary, boundary). Don't you
just love macros that generate names under the covers?