This reverts commit 367bfe8e26e0753cad8eb6855f4254f803720c9c. --- fs/nfsd/nfs4xdr.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/fs/nfsd/nfs4xdr.c b/fs/nfsd/nfs4xdr.c index a552202..596a2a5 100644 --- a/fs/nfsd/nfs4xdr.c +++ b/fs/nfsd/nfs4xdr.c @@ -1474,12 +1474,8 @@ static __be32 nfsd4_decode_reclaim_complete(struct nfsd4_compoundargs *argp, str READ32(gdev->gd_layout_type); READ32(gdev->gd_maxcount); READ32(num); - if (num) { - READ_BUF(4); - READ32(gdev->gd_notify_types); - } else { - gdev->gd_notify_types = 0; - } + if (num) + READ_BUF(4); /* TODO: for now, just skip notify_types */ DECODE_TAIL; } -- 1.7.11.7 -- 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