As per Bruce's review comment. squash into "nfs41: common protocol definitions" Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxxx> --- include/linux/nfs4.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/nfs4.h b/include/linux/nfs4.h index 5756359..e3f0cbc 100644 --- a/include/linux/nfs4.h +++ b/include/linux/nfs4.h @@ -115,8 +115,8 @@ * they're set in the argument or response, have separate * invalid flag masks for arg (_A) and resp (_R). */ -#define EXCHGID4_INVAL_FLAG_MASK_A 0xBFF8FFFC -#define EXCHGID4_INVAL_FLAG_MASK_R 0x7FF8FFFC +#define EXCHGID4_FLAG_MASK_A 0x40070003 +#define EXCHGID4_FLAG_MASK_R 0x80070003 #define SEQ4_STATUS_CB_PATH_DOWN 0x00000001 #define SEQ4_STATUS_CB_GSS_CONTEXTS_EXPIRING 0x00000002 -- 1.6.2.1 -- 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