aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/quota
diff options
context:
space:
mode:
authorNathan Scott <nathans@bruce>2005-11-03 00:50:07 -0500
committerNathan Scott <nathans@bruce>2005-11-03 00:50:07 -0500
commit992c83a1295c9fff22c8cbd8ae199872a49934b9 (patch)
tree5b4f2baf0e2ef69e54b9c3bef23490af4e0f658f /fs/xfs/quota
parent7f248a81c5067f5b018ff889c029b960b399ac08 (diff)
[XFS] Remove several no-longer-used files.
Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs/quota')
-rw-r--r--fs/xfs/quota/Makefile1
-rw-r--r--fs/xfs/quota/Makefile-linux-2.639
2 files changed, 0 insertions, 40 deletions
diff --git a/fs/xfs/quota/Makefile b/fs/xfs/quota/Makefile
deleted file mode 100644
index 7a4f725b2824..000000000000
--- a/fs/xfs/quota/Makefile
+++ /dev/null
@@ -1 +0,0 @@
1include $(TOPDIR)/fs/xfs/quota/Makefile-linux-$(VERSION).$(PATCHLEVEL)
diff --git a/fs/xfs/quota/Makefile-linux-2.6 b/fs/xfs/quota/Makefile-linux-2.6
deleted file mode 100644
index bd62dca8515d..000000000000
--- a/fs/xfs/quota/Makefile-linux-2.6
+++ /dev/null
@@ -1,39 +0,0 @@
1#
2# Copyright (c) 2000-2003,2005 Silicon Graphics, Inc.
3# All Rights Reserved.
4#
5# This program is free software; you can redistribute it and/or
6# modify it under the terms of the GNU General Public License as
7# published by the Free Software Foundation.
8#
9# This program is distributed in the hope that it would be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details.
13#
14# You should have received a copy of the GNU General Public License
15# along with this program; if not, write the Free Software Foundation,
16# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17#
18
19EXTRA_CFLAGS += -I $(TOPDIR)/fs/xfs -I $(TOPDIR)/fs/xfs/linux-2.6
20
21ifeq ($(CONFIG_XFS_DEBUG),y)
22 EXTRA_CFLAGS += -g -DDEBUG
23 #EXTRA_CFLAGS += -DQUOTADEBUG
24endif
25ifeq ($(CONFIG_XFS_TRACE),y)
26 EXTRA_CFLAGS += -DXFS_DQUOT_TRACE
27 EXTRA_CFLAGS += -DXFS_VNODE_TRACE
28endif
29
30xfs-$(CONFIG_XFS_QUOTA) += xfs_dquot.o \
31 xfs_dquot_item.o \
32 xfs_trans_dquot.o \
33 xfs_qm_syscalls.o \
34 xfs_qm_bhv.o \
35 xfs_qm.o
36
37ifeq ($(CONFIG_XFS_QUOTA),y)
38xfs-$(CONFIG_PROC_FS) += xfs_qm_stats.o
39endif