From 41dad3bc12096bfe0c0960e4119b998312c378aa Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Tue, 20 Jun 2006 14:01:29 +1000 Subject: [PATCH] --- yaml --- r: 28447 b: refs/heads/master c: d7b849da47a59d2be6d6aea1effb0efa91c30424 h: refs/heads/master i: 28445: 98bafc9db7162db8ae453ae7523c5e15127ade34 28443: 642867877588c299b9f3b2afde31902549919325 28439: 567ec19ce2d79bd1ca50383c36af9c5f94477338 28431: 1df5f014e9ce742098c621c385f8ab3de0df806f 28415: ef6b70854453bae462ce7b1d001fe7b2202ad8ca v: v3 --- [refs] | 2 +- trunk/fs/xfs/Makefile-linux-2.6 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d9cb1e55962f..841f93bdb5fc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f6c2d1fa6310a71b1c2e05fc6d9ff9b91489fa0e +refs/heads/master: d7b849da47a59d2be6d6aea1effb0efa91c30424 diff --git a/trunk/fs/xfs/Makefile-linux-2.6 b/trunk/fs/xfs/Makefile-linux-2.6 index 5d73eaa1971f..6f3a55584935 100644 --- a/trunk/fs/xfs/Makefile-linux-2.6 +++ b/trunk/fs/xfs/Makefile-linux-2.6 @@ -59,7 +59,6 @@ xfs-$(CONFIG_XFS_POSIX_ACL) += xfs_acl.o xfs-$(CONFIG_PROC_FS) += $(XFS_LINUX)/xfs_stats.o xfs-$(CONFIG_SYSCTL) += $(XFS_LINUX)/xfs_sysctl.o xfs-$(CONFIG_COMPAT) += $(XFS_LINUX)/xfs_ioctl32.o -xfs-$(CONFIG_XFS_EXPORT) += $(XFS_LINUX)/xfs_export.o xfs-y += xfs_alloc.o \ @@ -117,6 +116,7 @@ xfs-y += $(addprefix $(XFS_LINUX)/, \ kmem.o \ xfs_aops.o \ xfs_buf.o \ + xfs_export.o \ xfs_file.o \ xfs_fs_subr.o \ xfs_globals.o \