Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci-2.6.23
Commits
f86e4513
Commit
f86e4513
authored
Aug 13, 2006
by
Kyle McMartin
Committed by
Matthew Wilcox
Oct 04, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Need forward decl of task_struct in linux/debug_locks.h
Signed-off-by:
Kyle McMartin
<
kyle@parisc-linux.org
>
parent
c51d476a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
include/linux/debug_locks.h
include/linux/debug_locks.h
+2
-0
No files found.
include/linux/debug_locks.h
View file @
f86e4513
...
@@ -43,6 +43,8 @@ extern int debug_locks_off(void);
...
@@ -43,6 +43,8 @@ extern int debug_locks_off(void);
# define locking_selftest() do { } while (0)
# define locking_selftest() do { } while (0)
#endif
#endif
struct
task_struct
;
#ifdef CONFIG_LOCKDEP
#ifdef CONFIG_LOCKDEP
extern
void
debug_show_all_locks
(
void
);
extern
void
debug_show_all_locks
(
void
);
extern
void
debug_show_held_locks
(
struct
task_struct
*
task
);
extern
void
debug_show_held_locks
(
struct
task_struct
*
task
);
...
...
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