/[hurd]/hurd/ext2fs/storeinfo.c
ViewVC logotype

Diff of /hurd/ext2fs/storeinfo.c

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

revision 1.10 by roland, Mon Dec 21 04:13:47 1998 UTC revision 1.11 by marcus, Mon Nov 8 16:34:18 2004 UTC
# Line 93  diskfs_S_file_get_storage_info (struct p Line 93  diskfs_S_file_get_storage_info (struct p
93              }              }
94    
95            run = runs + num_runs++;            run = runs + num_runs++;
96            run->start = block ?: -1;          /* -1 means a hole in OFFSETS */            /* -1 means a hole in OFFSETS.  */
97            run->length = 0;                   /* will get extended just below */            run->start = block ?: (store_offset_t) -1;
98              /* The length will get extended just below.  */
99              run->length = 0;
100          }          }
101    
102        /* Increase the size of the current run by one filesystem block.  */        /* Increase the size of the current run by one filesystem block.  */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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