Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/e2fsprogs/e2fs_defs.h

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

revision 983 by niro, Sat Sep 1 22:45:15 2007 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 10  Line 10 
10   * Copyright (C) 1991, 1992  Linus Torvalds   * Copyright (C) 1991, 1992  Linus Torvalds
11   */   */
12    
13  #ifndef _LINUX_EXT2_FS_H  #ifndef LINUX_EXT2_FS_H
14  #define _LINUX_EXT2_FS_H  #define LINUX_EXT2_FS_H 1
15    
16  /*  /*
17   * Special inode numbers   * Special inode numbers
# Line 558  struct ext2_dir_entry_2 { Line 558  struct ext2_dir_entry_2 {
558  #define EXT2_DIR_REC_LEN(name_len) (((name_len) + 8 + EXT2_DIR_ROUND) & \  #define EXT2_DIR_REC_LEN(name_len) (((name_len) + 8 + EXT2_DIR_ROUND) & \
559   ~EXT2_DIR_ROUND)   ~EXT2_DIR_ROUND)
560    
561  #endif /* _LINUX_EXT2_FS_H */  #endif

Legend:
Removed from v.983  
changed lines
  Added in v.984