diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-03-28 02:27:28 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-03-28 02:27:28 +0000 |
commit | 187db0cdcab47c5d47a42284823ac35db129d15f (patch) | |
tree | 5b5eeb5221847a4ce747f3d7c2fe91f8989aaf1f | |
parent | 68d91c7e6512f3adcffb31320473f981746747fc (diff) |
add a comment that we are faking it until code to ask the server is written.
requested by deraadt
-rw-r--r-- | sys/nfs/nfs_vnops.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/nfs/nfs_vnops.c b/sys/nfs/nfs_vnops.c index 59a2537c3ae..24b0c78d7c6 100644 --- a/sys/nfs/nfs_vnops.c +++ b/sys/nfs/nfs_vnops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_vnops.c,v 1.142 2013/03/28 02:17:16 tedu Exp $ */ +/* $OpenBSD: nfs_vnops.c,v 1.143 2013/03/28 02:27:27 tedu Exp $ */ /* $NetBSD: nfs_vnops.c,v 1.62.4.1 1996/07/08 20:26:52 jtc Exp $ */ /* @@ -2939,6 +2939,8 @@ loop: /* * Return POSIX pathconf information applicable to nfs. + * Fake it. For v3 we could ask the server, but such code + * hasn't been written yet. */ /* ARGSUSED */ int |