From: adilger Date: Mon, 7 Apr 2003 23:36:36 +0000 (+0000) Subject: Don't add xattr.o to export-objs twice. X-Git-Tag: v1_7_100~1^94~20 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=5bd10cd8d6dabe496fa9d3ef19acf8687965fac2;p=fs%2Flustre-release.git Don't add xattr.o to export-objs twice. --- diff --git a/lustre/kernel_patches/patches/linux-2.4.20-xattr-0.8.54.patch b/lustre/kernel_patches/patches/linux-2.4.20-xattr-0.8.54.patch index 461fc3f..33486fa 100644 --- a/lustre/kernel_patches/patches/linux-2.4.20-xattr-0.8.54.patch +++ b/lustre/kernel_patches/patches/linux-2.4.20-xattr-0.8.54.patch @@ -2316,12 +2316,8 @@ # # Note! Dependencies are done automagically by 'make dep', which also # removes any old dependencies. DON'T put your own dependencies here -@@ -9,10 +9,14 @@ - - O_TARGET := ext3.o - --export-objs := super.o inode.o -+export-objs := super.o inode.o xattr.o +@@ -12,8 +12,11 @@ + export-objs := super.o inode.o obj-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \ - ioctl.o namei.o super.o symlink.o hash.o