/[hurd]/hurd/isofs/lookup.c
ViewVC logotype

Diff of /hurd/isofs/lookup.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by marcus, Sun Apr 29 21:18:18 2001 UTC revision 1.13 by roland, Wed May 8 10:08:00 2002 UTC
# Line 1  Line 1 
1  /*  /*
2     Copyright (C) 1997,98,99,2001 Free Software Foundation, Inc.     Copyright (C) 1997,98,99,2001,02 Free Software Foundation, Inc.
3     Written by Thomas Bushnell, n/BSG.     Written by Thomas Bushnell, n/BSG.
4    
5     This file is part of the GNU Hurd.     This file is part of the GNU Hurd.
# Line 221  diskfs_get_directs (struct node *dp, Line 221  diskfs_get_directs (struct node *dp,
221                      int entry,                      int entry,
222                      int nentries,                      int nentries,
223                      char **data,                      char **data,
224                      u_int *datacnt,                      size_t *datacnt,
225                      vm_size_t bufsiz,                      vm_size_t bufsiz,
226                      int *amt)                      int *amt)
227  {  {
# Line 333  diskfs_get_directs (struct node *dp, Line 333  diskfs_get_directs (struct node *dp,
333            if (datap - *data + reclen > allocsize)            if (datap - *data + reclen > allocsize)
334              {              {
335                vm_address_t newdata;                vm_address_t newdata;
336                  
337                vm_allocate (mach_task_self (), &newdata,                vm_allocate (mach_task_self (), &newdata,
338                             (ouralloc                             (ouralloc
339                              ? (allocsize *= 2)                              ? (allocsize *= 2)

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26