NFSv4: Convert nfs_alloc_seqid() to return an ERR_PTR() if allocation fails
authorTrond Myklebust <trond.myklebust@primarydata.com>
Fri, 23 Jan 2015 23:48:00 +0000 (18:48 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Sat, 24 Jan 2015 04:06:44 +0000 (23:06 -0500)
commitbadc76dd0dc6d55a86c79e952f19d3af24708058
tree25bf3106a91cd9b8e9d4c7f69202b622033c29d1
parentf95549cf24660255c880b3ea7ee2d7d08de1f5c5
NFSv4: Convert nfs_alloc_seqid() to return an ERR_PTR() if allocation fails

When we relax the sequencing on the NFSv4.1 OPEN/CLOSE code, we will want
to use the value NULL to indicate that no sequencing is needed.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/nfs4proc.c
fs/nfs/nfs4state.c