Revision: 915
http://svn.sourceforge.net/hackndev/?rev=915&view=rev
Author: z72ka
Date: 2007-03-16 08:25:50 -0700 (Fri, 16 Mar 2007)
Log Message:
-----------
unionfs - added missing headers
Added Paths:
-----------
linux4palm/linux/trunk/include/linux/union_fs.h
Added: linux4palm/linux/trunk/include/linux/union_fs.h
===================================================================
--- linux4palm/linux/trunk/include/linux/union_fs.h (rev 0)
+++ linux4palm/linux/trunk/include/linux/union_fs.h 2007-03-16 15:25:50 UTC (rev 915)
@@ -0,0 +1,18 @@
+#ifndef _LINUX_UNION_FS_H
+#define _LINUX_UNION_FS_H
+
+#define UNIONFS_VERSION "2.0"
+/*
+ * DEFINITIONS FOR USER AND KERNEL CODE:
+ */
+# define UNIONFS_IOCTL_INCGEN _IOR(0x15, 11, int)
+# define UNIONFS_IOCTL_QUERYFILE _IOR(0x15, 15, int)
+
+/* We don't support normal remount, but unionctl uses it. */
+# define UNIONFS_REMOUNT_MAGIC 0x4a5a4380
+
+/* should be at least LAST_USED_UNIONFS_PERMISSION<<1 */
+#define MAY_NFSRO 16
+
+#endif /* _LINUX_UNIONFS_H */
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|