/[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.59 by roland, Wed Nov 21 22:08:55 2001 UTC revision 1.60 by roland, Fri Jan 4 01:39:33 2002 UTC
# Line 1  Line 1 
1  /* Inode management routines  /* Inode management routines
2    
3     Copyright (C) 1994,95,96,97,98,99,2000,01 Free Software Foundation, Inc.     Copyright (C) 1994,95,96,97,98,99,2000,01,02 Free Software Foundation, Inc.
4    
5     Converted for ext2fs by Miles Bader <miles@gnu.org>     Converted for ext2fs by Miles Bader <miles@gnu.org>
6    
# Line 478  write_node (struct node *np) Line 478  write_node (struct node *np)
478            di->i_dtime = 0;            di->i_dtime = 0;
479            di->i_size = st->st_size;            di->i_size = st->st_size;
480            di->i_blocks = st->st_blocks;            di->i_blocks = st->st_blocks;
           if (!(st->st_mode & S_IPTRANS)  
               && sblock->s_creator_os == EXT2_OS_HURD)  
             di->i_translator = 0;  
481          }          }
482    
483        if (S_ISCHR(st->st_mode) || S_ISBLK(st->st_mode))        if (S_ISCHR(st->st_mode) || S_ISBLK(st->st_mode))

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

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