summaryrefslogtreecommitdiffstats
path: root/utils/mount/nfs_mount.h
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2007-03-16 11:24:15 +1100
committerNeil Brown <neilb@suse.de>2007-03-16 11:24:15 +1100
commit993ec3f888a28c60d49ae0f8f1aa725b6b618a81 (patch)
treef9bf13c76979fc1a4958dfad37459cb7bf823c2e /utils/mount/nfs_mount.h
parentdad50c0e589b5651242de50e81200b036d995b73 (diff)
downloadnfs-utils-993ec3f888a28c60d49ae0f8f1aa725b6b618a81.tar.gz
nfs-utils-993ec3f888a28c60d49ae0f8f1aa725b6b618a81.tar.xz
nfs-utils-993ec3f888a28c60d49ae0f8f1aa725b6b618a81.zip
Automatically start statd when mounting an nfs filesystem.
If statd is not running (/var/run/rpc.statd.pid) when an nfs filesystem is mounted (v2 or v3, with remote locking enabled), and if /usr/sbin/start-statd (or other program specified at config time) is present, then run that program to start statd. This means that statd does not need to be running "just in case". It only needs to be started at boot time if the nfs server is started.
Diffstat (limited to 'utils/mount/nfs_mount.h')
-rw-r--r--utils/mount/nfs_mount.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/mount/nfs_mount.h b/utils/mount/nfs_mount.h
index 1fd74c8..1acb633 100644
--- a/utils/mount/nfs_mount.h
+++ b/utils/mount/nfs_mount.h
@@ -78,7 +78,8 @@ struct nfs_mount_data {
#define AUTH_GSS_SPKMP 390011
#endif
-int nfsmount(const char *, const char *, int *, char **, char **, int *, int);
+int nfsmount(const char *, const char *, int *, char **, char **, int *,
+ int, int *);
void mount_errors(char *, int, int);
#endif /* _NFS_MOUNT_H */