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
-  Lines: 19
 -  Date:
Wed Feb  7 11:15:20 1996
 -  Orig file: 
v1.3.59/linux/include/linux/fs.h
 -  Orig date: 
Fri Jan 26 01:37:07 1996
 
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