Whamcloud - gitweb
Remove some obsolete code from fsfilt_extN - there is no way we can live
authoradilger <adilger>
Wed, 22 Jan 2003 07:24:55 +0000 (07:24 +0000)
committeradilger <adilger>
Wed, 22 Jan 2003 07:24:55 +0000 (07:24 +0000)
without patching the kernel, so no point in having this compatibility
code there anymore.

Make fsfilt_ext3.c report a compile error until it is updated with the
many changes in fsfilt_extN.c.

lustre/obdclass/fsfilt_ext3.c

index 3878315..e979c37 100644 (file)
@@ -23,6 +23,8 @@
  *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
+#error "FIXME: this needs to be updated to match fsfilt_extN.c"
+
 #define DEBUG_SUBSYSTEM S_FILTER
 
 #include <linux/fs.h>