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)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 19 Mar 2012 02:44:49 +0000 (22:44 -0400)
commit999448a8c0202d8c41711c92385323520644527b
tree50dc184cdbb8a695419636511429d1a2b6fc5568
parentd1f5273e9adb40724a85272f248f210dc4ce919a
nfsd: rename 'int access' to 'int may_flags' in nfsd_open()

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>
fs/nfsd/vfs.c