2002-06-24 03:05:28

by Felipe Contreras

[permalink] [raw]
Subject: buffer_boundary isn't defined

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


2002-06-24 03:51:43

by Keith Owens

[permalink] [raw]
Subject: Re: buffer_boundary isn't defined

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?