]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFSv4: nfs4_open_recover_helper() must set share access
authorTrond Myklebust <trond.myklebust@primarydata.com>
Fri, 27 Feb 2015 22:04:17 +0000 (17:04 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Fri, 27 Feb 2015 22:10:40 +0000 (17:10 -0500)
commitbe36e185bd26388355d3ea1847278b96ab350792
treeaa4b22684b369725d38133a38f06b233ea1facd7
parent7a27eae362ae1494b7a4f4c4d9137fc04fa34e63
NFSv4: nfs4_open_recover_helper() must set share access

The share access mode is now specified as an argument in the nfs4_opendata,
and so nfs4_open_recover_helper() needs to call nfs4_map_atomic_open_share()
in order to set it.

Fixes: 6ae373394c42 ("NFSv4.1: Ask for no delegation on OPEN if using O_DIRECT")
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/nfs4proc.c