summaryrefslogtreecommitdiffstats
path: root/sys/fs/nwfs
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/nwfs')
-rw-r--r--sys/fs/nwfs/nwfs_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/nwfs/nwfs_vfsops.c b/sys/fs/nwfs/nwfs_vfsops.c
index 604b6ec..2f0ba1f 100644
--- a/sys/fs/nwfs/nwfs_vfsops.c
+++ b/sys/fs/nwfs/nwfs_vfsops.c
@@ -175,7 +175,7 @@ static int nwfs_mount(struct mount *mp, struct thread *td)
nwfs_printf("MNT_UPDATE not implemented");
return (EOPNOTSUPP);
}
- error = vfs_copyopt(mp->mnt_optnew, "nwfw_args", &args, sizeof args);
+ error = vfs_copyopt(mp->mnt_optnew, "nwfs_args", &args, sizeof args);
if (error)
return (error);
if (args.version != NWFS_VERSION) {
OpenPOWER on IntegriCloud