Messages in this thread |  | | Date | Mon, 17 Sep 2001 01:09:27 +0200 | From | < ( Marc) (A.) (Lehmann )> | Subject | Re: Define conflict between ext3 and raid patches against 2.2.19 |
| |
On Sun, Sep 16, 2001 at 03:58:35PM -0700, Mike Fedyk <mfedyk@matchmail.com> wrote: > #define BH_LowPrio 8 /* 1 if the buffer is lowprio */ > #define BH_Temp 8 /* 1 if the buffer is temporary (unlinked)
Change BH_Temp to:
#define BH_Temp 9 /* 1 if the buffer is temporary (unlinked)
and it should work. -- -----==- | ----==-- _ | ---==---(_)__ __ ____ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / pcg@goof.com |e| -=====/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | | - 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/
|  |