[ofa-general] Re: [PATCH 02/21] RDS: Main header file
From: Andrew Grover <hidden>
Date: 2009-01-27 19:27:34
From: Andrew Grover <hidden>
Date: 2009-01-27 19:27:34
On Mon, Jan 26, 2009 at 11:34 PM, Rémi Denis-Courmont [off-list ref] wrote:
quoted
+#ifndef PF_RDS +#define PF_RDS AF_RDS +#endifYou should probably remove that and put the last patch of your series ahead of this one.
Yup will do.
quoted
+#ifndef SOL_RDS +#define SOL_RDS 272 +#endifThis is used by RXRPC nowadays, although I myself don't really understand why socket option levels need to be unique across all families.
OK, shouldn't be too hard to fix. Thanks. Regards -- Andy