NFSv4: Simplify _nfs4_do_access()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 10 Aug 2007 21:45:10 +0000 (17:45 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 9 Oct 2007 21:18:34 +0000 (17:18 -0400)
commitaf22f94ae02ab9dd4fd7fe628c8434a59cc293be
treee3794a90fc0720c33266dfa682e264a4041e7a14
parentcd3758e37ddea66fccca7d93c4b601e8a2e51926
NFSv4: Simplify _nfs4_do_access()

Currently, _nfs4_do_access() is just a copy of nfs_do_access() with added
conversion of the open flags into an access mask. This patch merges the
duplicate functionality.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/dir.c
fs/nfs/nfs4proc.c
include/linux/nfs_fs.h