diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2001-03-01 21:00:17 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2001-03-01 21:00:17 +0000 |
| commit | f3a90da99535deaf4e33d660ac83e7126a20a20f (patch) | |
| tree | 8ea107615a4d686bc40bbe2cead2f674e6cd07f2 /sys/fs/umapfs/umap_vfsops.c | |
| parent | c909b97167e227032fe53444366c2c742570373f (diff) | |
Notes
Diffstat (limited to 'sys/fs/umapfs/umap_vfsops.c')
| -rw-r--r-- | sys/fs/umapfs/umap_vfsops.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/fs/umapfs/umap_vfsops.c b/sys/fs/umapfs/umap_vfsops.c index 6457897c46a7..768ad48334ec 100644 --- a/sys/fs/umapfs/umap_vfsops.c +++ b/sys/fs/umapfs/umap_vfsops.c @@ -221,8 +221,6 @@ umapfs_mount(mp, path, data, ndp, p) mp->mnt_data = (qaddr_t) amp; vfs_getnewfsid(mp); - (void) copyinstr(path, mp->mnt_stat.f_mntonname, MNAMELEN - 1, &size); - bzero(mp->mnt_stat.f_mntonname + size, MNAMELEN - size); (void) copyinstr(args.target, mp->mnt_stat.f_mntfromname, MNAMELEN - 1, &size); bzero(mp->mnt_stat.f_mntfromname + size, MNAMELEN - size); |
