Whamcloud - gitweb
Branch HEAD
authorscjody <scjody>
Tue, 20 Mar 2007 19:57:01 +0000 (19:57 +0000)
committerscjody <scjody>
Tue, 20 Mar 2007 19:57:01 +0000 (19:57 +0000)
Back out accidental commit

lustre/include/liblustre.h
lustre/include/linux/lustre_user.h
lustre/kernel_patches/kernel_configs/kernel-2.4.21-rhel-2.4-i686.config
lustre/kernel_patches/kernel_configs/kernel-2.4.21-rhel-2.4-ia64.config
lustre/kernel_patches/kernel_configs/kernel-2.4.21-rhel-2.4-x86_64.config
lustre/kernel_patches/series/vanilla-2.4.24

index aec1470..40c042e 100644 (file)
@@ -900,12 +900,4 @@ void posix_acl_release(struct posix_acl *acl)
 #include <lustre_export.h>
 #include <lustre_net.h>
 
-#ifndef FMODE_READ
-#define FMODE_READ MDS_FMODE_READ
-#endif
-
-#ifndef FMODE_WRITE
-#define FMODE_WRITE MDS_FMODE_WRITE
-#endif
-
 #endif
index cc5a4f6..a549214 100644 (file)
@@ -57,9 +57,6 @@ typedef struct stat64   lstat_t;
 #endif
 
 #ifndef LPU64
-#if !defined(BITS_PER_LONG) && defined(__WORDSIZE)
-#define BITS_PER_LONG __WORDSIZE
-#endif
 /* x86_64 defines __u64 as "long" in userspace, but "long long" in the kernel */
 #if defined(__x86_64__) && defined(__KERNEL__)
 # define LPU64 "%Lu"
index 2e0d417..4da2e72 100644 (file)
@@ -867,7 +867,7 @@ CONFIG_ACENIC=m
 CONFIG_DL2K=m
 CONFIG_E1000=m
 CONFIG_E1000_NAPI=y
-CONFIG_E1000_DISABLE_PACKET_SPLIT=y
+# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
 # CONFIG_MYRI_SBUS is not set
 CONFIG_NS83820=m
 CONFIG_HAMACHI=m
index ff4b0d1..2e3bad9 100644 (file)
@@ -716,7 +716,7 @@ CONFIG_ACENIC=m
 CONFIG_DL2K=m
 CONFIG_E1000=m
 CONFIG_E1000_NAPI=y
-CONFIG_E1000_DISABLE_PACKET_SPLIT=y
+# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
 # CONFIG_MYRI_SBUS is not set
 CONFIG_NS83820=m
 CONFIG_HAMACHI=m
index 0d9818a..c755460 100644 (file)
@@ -777,7 +777,7 @@ CONFIG_ACENIC=m
 CONFIG_DL2K=m
 CONFIG_E1000=m
 CONFIG_E1000_NAPI=y
-CONFIG_E1000_DISABLE_PACKET_SPLIT=y
+# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
 # CONFIG_MYRI_SBUS is not set
 CONFIG_NS83820=m
 CONFIG_HAMACHI=m
index e5b42d0..02b1603 100644 (file)
@@ -47,3 +47,4 @@ fsprivate-2.4.patch
 nfsd_iallocsem.patch
 linux-2.4.24-jbd-handle-EIO.patch
 ext3-sector_t-overflow-2.4.patch
+nfs_export_kernel-getattr_on_lookup-2.4.patch