patch-2.4.27 linux-2.4.27/include/linux/hpfs_fs_sb.h

Next file: linux-2.4.27/include/linux/icmpv6.h
Previous file: linux-2.4.27/include/linux/fs.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.26/include/linux/hpfs_fs_sb.h linux-2.4.27/include/linux/hpfs_fs_sb.h
@@ -30,6 +30,7 @@
 					/*	128 bytes lowercasing table */
 	unsigned *sb_bmp_dir;		/* main bitmap directory */
 	unsigned sb_c_bitmap;		/* current bitmap */
+	unsigned sb_max_fwd_alloc;	/* max forwad allocation */
 	wait_queue_head_t sb_creation_de;/* when creating dirents, nobody else
 					   can alloc blocks */
 	unsigned sb_creation_de_lock : 1;
@@ -60,6 +61,7 @@
 #define s_hpfs_cp_table u.hpfs_sb.sb_cp_table
 #define s_hpfs_bmp_dir u.hpfs_sb.sb_bmp_dir
 #define s_hpfs_c_bitmap u.hpfs_sb.sb_c_bitmap
+#define s_hpfs_max_fwd_alloc u.hpfs_sb.sb_max_fwd_alloc
 #define s_hpfs_creation_de u.hpfs_sb.sb_creation_de
 #define s_hpfs_creation_de_lock u.hpfs_sb.sb_creation_de_lock
 #define s_hpfs_iget_q u.hpfs_sb.sb_iget_q

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)