patch-2.4.4 linux/include/linux/reiserfs_fs_sb.h
Next file: linux/include/linux/rwsem-spinlock.h
Previous file: linux/include/linux/reiserfs_fs_i.h
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
Fri Apr 27 15:48:26 2001
- Orig file:
v2.4.3/linux/include/linux/reiserfs_fs_sb.h
- Orig date:
Mon Mar 26 15:48:11 2001
diff -u --recursive --new-file v2.4.3/linux/include/linux/reiserfs_fs_sb.h linux/include/linux/reiserfs_fs_sb.h
@@ -254,6 +254,7 @@
struct reiserfs_journal_cnode *j_hash_table[JOURNAL_HASH_SIZE] ; /* hash table for real buffer heads in current trans */
struct reiserfs_journal_cnode *j_list_hash_table[JOURNAL_HASH_SIZE] ; /* hash table for all the real buffer heads in all
the transactions */
+ struct list_head j_prealloc_list; /* list of inodes which have preallocated blocks */
};
#define JOURNAL_DESC_MAGIC "ReIsErLB" /* ick. magic string to find desc blocks in the journal */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)