Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/e2fsprogs/old_e2fsprogs/ext2fs/kernel-jbd.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 13  Line 13 
13   * Definitions for transaction data structures for the buffer cache   * Definitions for transaction data structures for the buffer cache
14   * filesystem journaling support.   * filesystem journaling support.
15   */   */
16    #ifndef LINUX_JBD_H
17  #ifndef _LINUX_JBD_H  #define LINUX_JBD_H 1
 #define _LINUX_JBD_H  
18    
19  #include <sys/types.h>  #include <sys/types.h>
20  #include <linux/types.h>  #include <linux/types.h>
# Line 233  extern void   journal_brelse_array(stru Line 232  extern void   journal_brelse_array(stru
232  extern void   journal_destroy_revoke(journal_t *);  extern void   journal_destroy_revoke(journal_t *);
233    
234    
235  #endif /* _LINUX_JBD_H */  #endif

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