Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8031
b: refs/heads/master
c: 5f50241
h: refs/heads/master
i:
  8029: f203e9a
  8027: 427e48b
  8023: fe0de7e
  8015: 8f9f65d
  7999: 72ec65e
v: v3
  • Loading branch information
Linus Torvalds committed Sep 9, 2005
1 parent 4f3a445 commit e20ddcf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 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: 8add788574694c5aed04fcb281a5c999e40cd8f6
refs/heads/master: 5f5024130287a9467a41b9f94ec170958ae45cbd
15 changes: 13 additions & 2 deletions trunk/fs/xfs/Makefile-linux-2.6
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e20ddcf

Please sign in to comment.