Whamcloud - gitweb
Add module.h include for proper EXPORT_SYMBOL() definition.
authoradilger <adilger>
Tue, 8 Apr 2003 06:28:03 +0000 (06:28 +0000)
committeradilger <adilger>
Tue, 8 Apr 2003 06:28:03 +0000 (06:28 +0000)
lustre/kernel_patches/patches/linux-2.4.20-xattr-0.8.54.patch

index 3d05358..84223ae 100644 (file)
  };
 --- /dev/null  Fri Aug 30 17:31:37 2002
 +++ linux-2.4.20-braam/fs/ext3/xattr.c Sat Apr  5 03:57:18 2003
-@@ -0,0 +1,1231 @@
+@@ -0,0 +1,1232 @@
 +/*
 + * linux/fs/ext3/xattr.c
 + *
 + * The BKL will no longer be held in the xattr inode operations.
 + */
 +
++#include <linux/module.h>
 +#include <linux/fs.h>
 +#include <linux/locks.h>
 +#include <linux/slab.h>