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
8329cba6
Commit
8329cba6
authored
Mar 18, 2003
by
Eric Sandeen
Committed by
Stephen Lord
Mar 18, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[XFS] Remove #if(n)def __KERNEL__ from xfs_error.c, not needed
SGI Modid: 2.5.x-xfs:slinx:140981a
parent
122f9617
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
fs/xfs/xfs_error.c
fs/xfs/xfs_error.c
+1
-8
No files found.
fs/xfs/xfs_error.c
View file @
8329cba6
...
...
@@ -239,17 +239,11 @@ xfs_cmn_err(uint64_t panic_tag, int level, xfs_mount_t *mp, char *fmt, ...)
va_end
(
ap
);
}
#ifdef __KERNEL__
void
xfs_stack_trace
(
void
)
{
dump_stack
();
}
#endif
/* __KERNEL__ */
#ifndef __KERNEL__
int
xfs_error_level
=
XFS_ERRLEVEL_HIGH
;
/* systune in SIM library */
#endif
/* ! __KERNEL */
void
xfs_error_report
(
...
...
@@ -271,9 +265,8 @@ xfs_error_report(
"XFS internal error %s at line %d of file %s. Caller 0x%x
\n
"
,
tag
,
linenum
,
fname
,
ra
);
}
#ifdef __KERNEL__
xfs_stack_trace
();
#endif
/* __KERNEL__ */
}
}
...
...
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