Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
db15c97a
Commit
db15c97a
authored
Jan 09, 2004
by
Nathan Scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[XFS] Enable the tracing options in XFS Makefiles.
SGI Modid: 2.5.x-xfs:slinx:160246a
parent
bfaa1ea4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
fs/xfs/Makefile
fs/xfs/Makefile
+14
-2
No files found.
fs/xfs/Makefile
View file @
db15c97a
...
...
@@ -36,8 +36,19 @@ ifeq ($(CONFIG_XFS_DEBUG),y)
EXTRA_CFLAGS
+=
-g
-DSTATIC
=
""
-DDEBUG
-DXFSDEBUG
endif
ifeq
($(CONFIG_XFS_TRACE),y)
EXTRA_CFLAGS
+=
-DPAGEBUF_TRACE
EXTRA_CFLAGS
+=
-DXFS_ALLOC_TRACE
EXTRA_CFLAGS
+=
-DXFS_ATTR_TRACE
EXTRA_CFLAGS
+=
-DXFS_BLI_TRACE
EXTRA_CFLAGS
+=
-DXFS_BMAP_TRACE
EXTRA_CFLAGS
+=
-DXFS_BMBT_TRACE
EXTRA_CFLAGS
+=
-DXFS_DIR_TRACE
EXTRA_CFLAGS
+=
-DXFS_DIR2_TRACE
EXTRA_CFLAGS
+=
-DXFS_DQUOT_TRACE
EXTRA_CFLAGS
+=
-DXFS_ILOCK_TRACE
EXTRA_CFLAGS
+=
-DXFS_LOG_TRACE
EXTRA_CFLAGS
+=
-DXFS_RW_TRACE
EXTRA_CFLAGS
+=
-DPAGEBUF_TRACE
# EXTRA_CFLAGS += -DXFS_VNODE_TRACE
endif
obj-$(CONFIG_XFS_FS)
+=
xfs.o
...
...
@@ -80,7 +91,6 @@ xfs-y += xfs_alloc.o \
xfs_dir2_leaf.o
\
xfs_dir2_node.o
\
xfs_dir2_sf.o
\
xfs_dir2_trace.o
\
xfs_dir_leaf.o
\
xfs_error.o
\
xfs_extfree_item.o
\
...
...
@@ -109,6 +119,8 @@ xfs-y += xfs_alloc.o \
xfs_vnodeops.o
\
xfs_rw.o
xfs-$(CONFIG_XFS_TRACE)
+=
xfs_dir2_trace.o
# Objects in pagebuf/
xfs-y
+=
$(
addprefix
pagebuf/,
\
page_buf.o
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment