From e20ddcf9bf1710e58b06b7e115b9934587d6727d Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Thu, 8 Sep 2005 20:26:11 -0700 Subject: [PATCH] --- yaml --- r: 8031 b: refs/heads/master c: 5f5024130287a9467a41b9f94ec170958ae45cbd h: refs/heads/master i: 8029: f203e9a1dcbdff786098c9118ed5438edf3ceeec 8027: 427e48bd5d963bf67224da875851b1f7050672eb 8023: fe0de7e7597ccbdd7677c9aac6fc9c15191cf559 8015: 8f9f65d85fdcfb441ddc7b76394983594003ff3b 7999: 72ec65e923e9559b89bb7cbae9c43b8149fae9bc v: v3 --- [refs] | 2 +- trunk/fs/xfs/Makefile-linux-2.6 | 15 +++++++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 579a47bb460a..8ef993cd10f7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8add788574694c5aed04fcb281a5c999e40cd8f6 +refs/heads/master: 5f5024130287a9467a41b9f94ec170958ae45cbd diff --git a/trunk/fs/xfs/Makefile-linux-2.6 b/trunk/fs/xfs/Makefile-linux-2.6 index 8e18ff157247..d8c87fa21ad1 100644 --- a/trunk/fs/xfs/Makefile-linux-2.6 +++ b/trunk/fs/xfs/Makefile-linux-2.6 @@ -1,5 +1,5 @@ # -# Copyright (c) 2000-2004 Silicon Graphics, Inc. All Rights Reserved. +# Copyright (c) 2000-2005 Silicon Graphics, Inc. All Rights Reserved. # # This program is free software; you can redistribute it and/or modify it # under the terms of version 2 of the GNU General Public License as @@ -55,7 +55,18 @@ ifeq ($(CONFIG_XFS_TRACE),y) endif obj-$(CONFIG_XFS_FS) += xfs.o -xfs-$(CONFIG_XFS_QUOTA) += quota/ + +xfs-$(CONFIG_XFS_QUOTA) += $(addprefix quota/, \ + xfs_dquot.o \ + xfs_dquot_item.o \ + xfs_trans_dquot.o \ + xfs_qm_syscalls.o \ + xfs_qm_bhv.o \ + xfs_qm.o) + +ifeq ($(CONFIG_XFS_QUOTA),y) +xfs-$(CONFIG_PROC_FS) += quota/xfs_qm_stats.o +endif xfs-$(CONFIG_XFS_RT) += xfs_rtalloc.o xfs-$(CONFIG_XFS_POSIX_ACL) += xfs_acl.o