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

Diff of /hurd/ext2fs/inode.c

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

revision 1.60 by roland, Fri Jan 4 01:39:33 2002 UTC revision 1.61 by roland, Tue Jun 11 21:37:58 2002 UTC
# Line 63  inode_init () Line 63  inode_init ()
63  /* Fetch inode INUM, set *NPP to the node structure;  /* Fetch inode INUM, set *NPP to the node structure;
64     gain one user reference and lock the node.  */     gain one user reference and lock the node.  */
65  error_t  error_t
66  diskfs_cached_lookup (int inum, struct node **npp)  diskfs_cached_lookup (ino_t inum, struct node **npp)
67  {  {
68    error_t err;    error_t err;
69    struct node *np;    struct node *np;
# Line 275  read_node (struct node *np) Line 275  read_node (struct node *np)
275        info->i_high_size = di->i_size_high;        info->i_high_size = di->i_size_high;
276        if (info->i_high_size)    /* XXX */        if (info->i_high_size)    /* XXX */
277          {          {
278            ext2_warning ("cannot handle large file inode %d", np->cache_id);            ext2_warning ("cannot handle large file inode %Ld", np->cache_id);
279            return EFBIG;            return EFBIG;
280          }          }
281      }      }

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61

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