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
10c2f9b1
Commit
10c2f9b1
authored
Mar 17, 2003
by
Stephen Lord
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[XFS] remove _KERNEL from the flags used to turn macros into functions
SGI Modid: 2.5.x-xfs:slinx:134509a
parent
dc65b7e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
fs/xfs/xfs_macros.h
fs/xfs/xfs_macros.h
+3
-4
No files found.
fs/xfs/xfs_macros.h
View file @
10c2f9b1
...
...
@@ -33,13 +33,12 @@
#define __XFS_MACROS_H__
/*
* Set for debug kernels and simulation
, and 32-bit kernels,
*
but not for standalone.
These replacements save space.
* Set for debug kernels and simulation
* These replacements save space.
* Used in xfs_macros.c.
*/
#define XFS_WANT_SPACE_C \
(!defined(_STANDALONE) && \
(defined(DEBUG) || (defined(_KERNEL))))
(!defined(_STANDALONE) && defined(DEBUG))
/*
* Set for debug simulation and kernel builds, but not for standalone.
...
...
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