NFSv4: Cleanup: pass the nfs_open_context to nfs4_do_open
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 29 May 2013 16:37:49 +0000 (12:37 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 6 Jun 2013 20:24:42 +0000 (16:24 -0400)
All the callers have an open_context at this point, and since we always
need one in order to do state recovery, it makes sense to use it as the
basis for the nfs4_do_open() call.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c

Simple merge