Change rpc_set_context_args to nfs_set_context_args and make it static
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 26 Dec 2013 17:08:26 +0000 (09:08 -0800)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 26 Dec 2013 17:08:26 +0000 (09:08 -0800)
commit20d6926ed61a18ae50186794cb69916cbf3d124d
treef89f02454d636cf6c58c8af02bfaba3b3d4c3f9b
parent36f488dc7a5baa0b2e81faf50d76eb8539b4c596
Change rpc_set_context_args to nfs_set_context_args and make it static

It only makes sense to pass url arguments to an nfs URL and thus a nfs context.
While some arguments may apply to the underlying raw rpc context (uid, gid,
tcp settings etc) some future arguments may need to apply to the nfs context
instead, such as selecting nfs version, whether or not to force sync writes
etc.
lib/libnfs.c