On Nov. 10, 2008, 22:44 +0200, Benny Halevy <bhalevy@xxxxxxxxxxx> wrote: > From: Marc Eshel <eshel@xxxxxxxxxxxxxxx> > > Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxxx> review 11-12: move down the patchset for bisectability > --- > include/linux/nfsd/nfsd.h | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/include/linux/nfsd/nfsd.h b/include/linux/nfsd/nfsd.h > index 9703540..ffb7897 100644 > --- a/include/linux/nfsd/nfsd.h > +++ b/include/linux/nfsd/nfsd.h > @@ -24,7 +24,11 @@ > * nfsd version > */ > #define NFSD_VERSION "0.5" review 11-12: send a patch to remove NFSD_VERSION > +#if defined(CONFIG_NFSD_V4_1) > +#define NFSD_SUPPORTED_MINOR_VERSION 1 > +#else /* CONFIG_NFSD_V4_1 */ > #define NFSD_SUPPORTED_MINOR_VERSION 0 > +#endif /* CONFIG_NFSD_V4_1 */ > > /* > * Flags for nfsd_permission -- 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