Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7781
b: refs/heads/master
c: eccdfcd
h: refs/heads/master
i:
  7779: 1a9bf79
v: v3
  • Loading branch information
Nathan Scott committed Sep 8, 2005
1 parent fda3e5f commit e63c17b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 20ba02879bc78cdf1ed89a1c6a92ee55d31ee103
refs/heads/master: eccdfcd6f8265300380fa14a83aeb14e69830323
2 changes: 1 addition & 1 deletion trunk/fs/xfs/Makefile-linux-2.6
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ifeq ($(CONFIG_XFS_TRACE),y)
endif

obj-$(CONFIG_XFS_FS) += xfs.o
obj-$(CONFIG_XFS_QUOTA) += quota/
xfs-$(CONFIG_XFS_QUOTA) += quota/

xfs-$(CONFIG_XFS_RT) += xfs_rtalloc.o
xfs-$(CONFIG_XFS_POSIX_ACL) += xfs_acl.o
Expand Down
8 changes: 4 additions & 4 deletions trunk/fs/xfs/quota/Makefile-linux-2.6
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ ifeq ($(CONFIG_XFS_TRACE),y)
EXTRA_CFLAGS += -DXFS_VNODE_TRACE
endif

obj-$(CONFIG_XFS_QUOTA) += xfs_quota.o

xfs_quota-y += xfs_dquot.o \
xfs-$(CONFIG_XFS_QUOTA) += xfs_dquot.o \
xfs_dquot_item.o \
xfs_trans_dquot.o \
xfs_qm_syscalls.o \
xfs_qm_bhv.o \
xfs_qm.o

xfs_quota-$(CONFIG_PROC_FS) += xfs_qm_stats.o
ifeq ($(CONFIG_XFS_QUOTA),y)
xfs-$(CONFIG_PROC_FS) += xfs_qm_stats.o
endif

0 comments on commit e63c17b

Please sign in to comment.