patch-2.1.81 linux/include/linux/minix_fs_sb.h

Next file: linux/include/linux/msdos_fs_i.h
Previous file: linux/include/linux/kernel_stat.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.80/linux/include/linux/minix_fs_sb.h linux/include/linux/minix_fs_sb.h
@@ -12,10 +12,10 @@
 			unsigned long s_firstdatazone;
 			unsigned long s_log_zone_size;
 			unsigned long s_max_size;
-			struct buffer_head * s_imap[8];
-			struct buffer_head * s_zmap[64];
 			unsigned long s_dirsize;
 			unsigned long s_namelen;
+			struct buffer_head ** s_imap;
+			struct buffer_head ** s_zmap;
 			struct buffer_head * s_sbh;
 			struct minix_super_block * s_ms;
 			unsigned short s_mount_state;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov