]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5f05a575adf972ee98dd9091ed9043ac4d36b20e
tree25bf3106a91cd9b8e9d4c7f69202b622033c29d1
parentec3b079e72b9e5703ac8fac0b3f986b1c75f48c4
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