Index: iam/fs/ext3/Makefile
===================================================================
--- iam.orig/fs/ext3/Makefile 2006-05-31 20:24:32.000000000 +0400
-+++ iam/fs/ext3/Makefile 2006-06-21 02:00:09.000000000 +0400
++++ iam/fs/ext3/Makefile 2006-06-21 14:51:19.000000000 +0400
@@ -6,7 +6,7 @@ obj-$(CONFIG_EXT3_FS) += ext3.o
ext3-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o iopen.o \
Index: iam/include/linux/lustre_iam.h
===================================================================
--- iam.orig/include/linux/lustre_iam.h 2006-05-31 20:24:32.000000000 +0400
-+++ iam/include/linux/lustre_iam.h 2006-06-21 02:00:09.000000000 +0400
++++ iam/include/linux/lustre_iam.h 2006-06-21 14:51:19.000000000 +0400
@@ -1,9 +1,68 @@
+/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
+ * vim:expandtab:shiftwidth=8:tabstop=8:
Index: iam/fs/ext3/Makefile
===================================================================
---- iam.orig/fs/ext3/Makefile 2006-06-21 02:00:09.000000000 +0400
-+++ iam/fs/ext3/Makefile 2006-06-21 02:00:09.000000000 +0400
+--- iam.orig/fs/ext3/Makefile 2006-06-21 14:51:19.000000000 +0400
++++ iam/fs/ext3/Makefile 2006-06-21 14:51:19.000000000 +0400
@@ -6,7 +6,7 @@ obj-$(CONFIG_EXT3_FS) += ext3.o
ext3-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o iopen.o \
ext3-$(CONFIG_EXT3_FS_POSIX_ACL) += acl.o
Index: iam/fs/ext3/file.c
===================================================================
---- iam.orig/fs/ext3/file.c 2006-06-21 02:00:09.000000000 +0400
-+++ iam/fs/ext3/file.c 2006-06-21 02:00:09.000000000 +0400
+--- iam.orig/fs/ext3/file.c 2006-06-21 14:51:19.000000000 +0400
++++ iam/fs/ext3/file.c 2006-06-21 14:51:19.000000000 +0400
@@ -23,6 +23,7 @@
#include <linux/jbd.h>
#include <linux/ext3_fs.h>
Index: iam/fs/ext3/iam-uapi.c
===================================================================
--- iam.orig/fs/ext3/iam-uapi.c 2004-04-06 17:27:52.000000000 +0400
-+++ iam/fs/ext3/iam-uapi.c 2006-06-21 02:00:09.000000000 +0400
++++ iam/fs/ext3/iam-uapi.c 2006-06-21 14:51:19.000000000 +0400
@@ -0,0 +1,348 @@
+/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
+ * vim:expandtab:shiftwidth=8:tabstop=8:
+ result = -ENOENT;
+ return result;
+}
+Index: iam/fs/ext3/ioctl.c
+===================================================================
+--- iam.orig/fs/ext3/ioctl.c 2006-06-21 14:51:19.000000000 +0400
++++ iam/fs/ext3/ioctl.c 2006-06-21 14:51:19.000000000 +0400
+@@ -250,6 +250,6 @@ flags_err:
+
+
+ default:
+- return -ENOTTY;
++ return iam_uapi_ioctl(inode, filp, cmd, arg);
+ }
+ }
Index: iam/include/linux/lustre_iam.h
===================================================================
---- iam.orig/include/linux/lustre_iam.h 2006-06-21 02:00:09.000000000 +0400
-+++ iam/include/linux/lustre_iam.h 2006-06-21 02:00:09.000000000 +0400
+--- iam.orig/include/linux/lustre_iam.h 2006-06-21 14:51:19.000000000 +0400
++++ iam/include/linux/lustre_iam.h 2006-06-21 14:51:19.000000000 +0400
@@ -30,9 +30,6 @@
#ifndef __LINUX_LUSTRE_IAM_H__
#define __LINUX_LUSTRE_IAM_H__