summaryrefslogtreecommitdiffstats
path: root/fs/stat.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-04-28 01:09:25 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-04-28 01:09:25 +0000
commitb9ba7aeb165cffecdffb60aec8c3fa8d590d9ca9 (patch)
tree42d07b0c7246ae2536a702e7c5de9e2732341116 /fs/stat.c
parent7406b0a326f2d70ade2671c37d1beef62249db97 (diff)
Merge with 2.3.99-pre6.
Diffstat (limited to 'fs/stat.c')
-rw-r--r--fs/stat.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/stat.c b/fs/stat.c
index af90ac70b..9a9987702 100644
--- a/fs/stat.c
+++ b/fs/stat.c
@@ -25,7 +25,7 @@ do_revalidate(struct dentry *dentry)
}
-#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__)
+#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__) && !defined(__s390__)
/*
* For backward compatibility? Maybe this should be moved
@@ -115,7 +115,7 @@ static int cp_new_stat(struct inode * inode, struct stat * statbuf)
}
-#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__)
+#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__) && !defined(__s390__)
/*
* For backward compatibility? Maybe this should be moved
* into arch/i386 instead?
@@ -161,7 +161,7 @@ asmlinkage long sys_newstat(char * filename, struct stat * statbuf)
return error;
}
-#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__)
+#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__) && !defined(__s390__)
/*
* For backward compatibility? Maybe this should be moved
@@ -209,7 +209,7 @@ asmlinkage long sys_newlstat(char * filename, struct stat * statbuf)
return error;
}
-#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__)
+#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__) && !defined(__s390__)
/*
* For backward compatibility? Maybe this should be moved