patch-1.3.60 linux/include/linux/fs.h

Next file: linux/include/linux/if_arp.h
Previous file: linux/include/linux/fdreg.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.59/linux/include/linux/fs.h linux/include/linux/fs.h
@@ -236,6 +236,7 @@
 #define ATTR_CTIME	64
 #define ATTR_ATIME_SET	128
 #define ATTR_MTIME_SET	256
+#define ATTR_FORCE	512	/* Not a change, but a change it */
 
 /*
  * This is the Inode Attributes structure, used for notify_change().  It
@@ -627,6 +628,10 @@
 {
 	return __iget(sb, nr, 1);
 }
+
+/* kludge to get SCSI modules working */
+#include <linux/minix_fs.h>
+#include <linux/minix_fs_sb.h>
 
 #endif /* __KERNEL__ */
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this