diff options
| author | Steve Dickson <steved@redhat.com> | 2010-07-19 13:07:00 -0400 |
|---|---|---|
| committer | Steve Dickson <steved@redhat.com> | 2010-08-09 09:57:02 -0400 |
| commit | 9d5eaa2e939723c47649f0f112b43cc8ff414740 (patch) | |
| tree | 59307c34bf832e1cdcd6346e1204cb0009e79446 /utils/mountd/cache.c | |
| parent | e10000740fc4c323dbc8d501d7c0caeae12c19b5 (diff) | |
| download | nfs-utils-9d5eaa2e939723c47649f0f112b43cc8ff414740.tar.gz nfs-utils-9d5eaa2e939723c47649f0f112b43cc8ff414740.tar.xz nfs-utils-9d5eaa2e939723c47649f0f112b43cc8ff414740.zip | |
Removed warnings from fsloc.c
fsloc.c: In function 'replicas_lookup':
fsloc.c:149: warning: unused parameter 'key'
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils/mountd/cache.c')
| -rw-r--r-- | utils/mountd/cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/mountd/cache.c b/utils/mountd/cache.c index bf18a9a..5488056 100644 --- a/utils/mountd/cache.c +++ b/utils/mountd/cache.c @@ -600,7 +600,7 @@ static void write_fsloc(FILE *f, struct exportent *ep, char *path) if (ep->e_fslocmethod == FSLOC_NONE) return; - servers = replicas_lookup(ep->e_fslocmethod, ep->e_fslocdata, path); + servers = replicas_lookup(ep->e_fslocmethod, ep->e_fslocdata); if (!servers) return; qword_print(f, "fsloc"); |
