From: Andy Adamson Date: Wed, 3 Oct 2012 06:39:34 +0000 (-0400) Subject: NFSv4 set open access operation call flag in nfs4_init_opendata_res X-Git-Tag: v3.7-rc1~58^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f65753033d8c5a53e65810bff3832e8282c68d1;p=pandora-kernel.git NFSv4 set open access operation call flag in nfs4_init_opendata_res nfs4_open_recover_helper zeros the nfs4_opendata result structures, removing the result access_request information which leads to an XDR decode error. Move the setting of the result access_request field to nfs4_init_opendata_res which sets all the other required nfs4_opendata result fields and is shared between the open and recover open paths. Signed-off-by: Andy Adamson Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed