On Mon, 2011-07-11 at 13:54 -0400, andros@xxxxxxxxxx wrote: > From: Andy Adamson <andros@xxxxxxxxxx> > > Attribute IDs assigned in RFC 5661 now require three bitmaps. > > Signed-off-by: Andy Adamson <andros@xxxxxxxxxx> > Cc:stable@xxxxxxxxxx [2.6.39] Is this really so urgent? [trondmy@lade linux-2.6]$ git grep FATTR4_WORD2 fs/nfs include/linux include/linux/nfs4.h:#define FATTR4_WORD2_SUPPATTR_EXCLCREAT (1UL << 11) include/linux/nfs4.h:#define FATTR4_WORD2_LAYOUT_BLKSIZE (1UL << 1) IOW: we don't appear to be using any of those bits, and so the current default behaviour of just ignoring any bitmap values that we don't recognise would seem to be sufficient. Cheers Trond -- Trond Myklebust Linux NFS client maintainer NetApp Trond.Myklebust@xxxxxxxxxx www.netapp.com -- 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