one character fix in mount option name.

Approved by:	re@ (scottl)
This commit is contained in:
phk 2005-10-01 17:39:50 +00:00
parent 33dceb90f2
commit d1a2719799

View File

@ -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) {