summaryrefslogtreecommitdiffstats
path: root/utils/mount/error.h
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2007-09-24 11:29:05 -0400
committerNeil Brown <neilb@suse.de>2007-09-25 11:50:16 +1000
commit4398901d336340f5bef59991d4cea77b2970f2fe (patch)
treeabb22a9846337d34aa8577ffea14d36892f9c0c4 /utils/mount/error.h
parent46572b00147b2ed5722ba4167073e7c2eb42ad74 (diff)
downloadnfs-utils-4398901d336340f5bef59991d4cea77b2970f2fe.tar.gz
nfs-utils-4398901d336340f5bef59991d4cea77b2970f2fe.tar.xz
nfs-utils-4398901d336340f5bef59991d4cea77b2970f2fe.zip
mount.nfs: rename mount_errors()
The function mount_errors() actually reports RPC errors generated by the user-land RPC library. We're about to add a similar function for reporting system call errors via errno, so rename mount_errors() to be more specific about what it does. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Neil Brown <neilb@suse.de>
Diffstat (limited to 'utils/mount/error.h')
-rw-r--r--utils/mount/error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/mount/error.h b/utils/mount/error.h
index 5e4b01b..ce9a7b6 100644
--- a/utils/mount/error.h
+++ b/utils/mount/error.h
@@ -24,5 +24,5 @@
char *nfs_strerror(int);
void mount_error(const char *, const char *, int);
-void mount_errors(char *, int, int);
+void rpc_mount_errors(char *, int, int);
void umount_error(int, const char *);