diff options
author | Nathan Scott <nathans@bruce> | 2005-11-03 00:50:07 -0500 |
---|---|---|
committer | Nathan Scott <nathans@bruce> | 2005-11-03 00:50:07 -0500 |
commit | 992c83a1295c9fff22c8cbd8ae199872a49934b9 (patch) | |
tree | 5b4f2baf0e2ef69e54b9c3bef23490af4e0f658f /fs/xfs/quota | |
parent | 7f248a81c5067f5b018ff889c029b960b399ac08 (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/Makefile | 1 | ||||
-rw-r--r-- | fs/xfs/quota/Makefile-linux-2.6 | 39 |
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 @@ | |||
1 | include $(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 | |||
19 | EXTRA_CFLAGS += -I $(TOPDIR)/fs/xfs -I $(TOPDIR)/fs/xfs/linux-2.6 | ||
20 | |||
21 | ifeq ($(CONFIG_XFS_DEBUG),y) | ||
22 | EXTRA_CFLAGS += -g -DDEBUG | ||
23 | #EXTRA_CFLAGS += -DQUOTADEBUG | ||
24 | endif | ||
25 | ifeq ($(CONFIG_XFS_TRACE),y) | ||
26 | EXTRA_CFLAGS += -DXFS_DQUOT_TRACE | ||
27 | EXTRA_CFLAGS += -DXFS_VNODE_TRACE | ||
28 | endif | ||
29 | |||
30 | xfs-$(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 | |||
37 | ifeq ($(CONFIG_XFS_QUOTA),y) | ||
38 | xfs-$(CONFIG_PROC_FS) += xfs_qm_stats.o | ||
39 | endif | ||