Message ID | 1368240194-32187-1-git-send-email-bhalevy@tonian.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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; }