On 30/05/13 16:51, Bryan Schumaker wrote: >> +#if defined(CONFIG_NFS_V4_2) >> > +#define NFS4_MAX_MINOR_VERSION 2 >> > +#else >> > #if defined(CONFIG_NFS_V4_1) >> > #define NFS4_MAX_MINOR_VERSION 1 >> > #else >> > #define NFS4_MAX_MINOR_VERSION 0 >> > #endif /* CONFIG_NFS_V4_1 */ >> > +#endif /* CONFIG_NFS_V4_2 */ > Could this be done with a #elif so we don't need the nested endif-s? Sure... steved. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html