mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-09 13:42:56 +00:00
Fixed number of entries in gid-mapfile.
PR: 5640
This commit is contained in:
parent
ccf5ba7483
commit
39ca14f032
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33145
@ -35,7 +35,7 @@
|
||||
*
|
||||
* @(#)umap_vfsops.c 8.8 (Berkeley) 5/14/95
|
||||
*
|
||||
* $Id: umap_vfsops.c,v 1.18 1998/01/01 08:28:26 bde Exp $
|
||||
* $Id: umap_vfsops.c,v 1.19 1998/02/03 14:30:01 kato Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -168,7 +168,7 @@ umapfs_mount(mp, path, data, ndp, p)
|
||||
#endif
|
||||
|
||||
error = copyin(args.gmapdata, (caddr_t)amp->info_gmapdata,
|
||||
2*sizeof(u_long)*args.nentries);
|
||||
2*sizeof(u_long)*args.gnentries);
|
||||
if (error)
|
||||
return (error);
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
*
|
||||
* @(#)umap_vfsops.c 8.8 (Berkeley) 5/14/95
|
||||
*
|
||||
* $Id: umap_vfsops.c,v 1.18 1998/01/01 08:28:26 bde Exp $
|
||||
* $Id: umap_vfsops.c,v 1.19 1998/02/03 14:30:01 kato Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -168,7 +168,7 @@ umapfs_mount(mp, path, data, ndp, p)
|
||||
#endif
|
||||
|
||||
error = copyin(args.gmapdata, (caddr_t)amp->info_gmapdata,
|
||||
2*sizeof(u_long)*args.nentries);
|
||||
2*sizeof(u_long)*args.gnentries);
|
||||
if (error)
|
||||
return (error);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user