diff options
author | 2013-03-28 02:27:27 +0000 | |
---|---|---|
committer | 2013-03-28 02:27:27 +0000 | |
commit | 241537185bd45e563fc97f13a6d0ed92cbb54599 (patch) | |
tree | 12c8b29195f7fe73dd7dc7882f450af474c6bdbb | |
parent | a better try at pathconf for nfs. there may be lies, but they are better (diff) | |
download | wireguard-openbsd-241537185bd45e563fc97f13a6d0ed92cbb54599.tar.xz wireguard-openbsd-241537185bd45e563fc97f13a6d0ed92cbb54599.zip |
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 |