nfsd: rename 'int access' to 'int may_flags' in nfsd_open()
authorBernd Schubert <bernd.schubert@itwm.fraunhofer.de>
Mon, 19 Mar 2012 02:44:49 +0000 (22:44 -0400)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 28 Nov 2013 14:01:58 +0000 (14:01 +0000)
commitd1ccc87a6bdf9397675c8b086cf633db0a17ee51
tree9778ae7c2d8e188b86e2266b0b4bf5cb69a1b4fe
parent72b749f64fc5550e3fb0f3c72868011737ef235c
nfsd: rename 'int access' to 'int may_flags' in nfsd_open()

commit 999448a8c0202d8c41711c92385323520644527b upstream.

Just rename this variable, as the next patch will add a flag and
'access' as variable name would not be correct any more.

Signed-off-by: Bernd Schubert <bernd.schubert@itwm.fraunhofer.de>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Acked-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
fs/nfsd/vfs.c