diff options
author | delphij <delphij@FreeBSD.org> | 2007-10-04 17:11:48 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2007-10-04 17:11:48 +0000 |
commit | 0c91cfd26be696d7accaeac0635f838a69826282 (patch) | |
tree | 77b48a6d98f6db365ea7a5c66b54a756e230dfaa /sys/fs/tmpfs | |
parent | 679cdcf0e4c6184249b45f4a067bc03c20941e53 (diff) | |
download | FreeBSD-src-0c91cfd26be696d7accaeac0635f838a69826282.zip FreeBSD-src-0c91cfd26be696d7accaeac0635f838a69826282.tar.gz |
MFp4: Provide a dummy verb "export" to shut up the message
showed up at start when NFS is enabled.
Reported by: rafan
Approved by: re (tmpfs blanket)
Diffstat (limited to 'sys/fs/tmpfs')
-rw-r--r-- | sys/fs/tmpfs/tmpfs_vfsops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/tmpfs/tmpfs_vfsops.c b/sys/fs/tmpfs/tmpfs_vfsops.c index 73eca06..8adcf7a 100644 --- a/sys/fs/tmpfs/tmpfs_vfsops.c +++ b/sys/fs/tmpfs/tmpfs_vfsops.c @@ -85,7 +85,7 @@ static int tmpfs_statfs(struct mount *, struct statfs *, struct thread *); /* --------------------------------------------------------------------- */ static const char *tmpfs_opts[] = { - "from", "size", "inodes", "uid", "gid", "mode", + "from", "size", "inodes", "uid", "gid", "mode", "export", NULL }; |