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
81779415
Commit
81779415
authored
Apr 26, 2004
by
Andrew Morton
Committed by
Linus Torvalds
Apr 26, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] task_lock() comment update
parent
1bd4c02c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
include/linux/sched.h
include/linux/sched.h
+2
-1
No files found.
include/linux/sched.h
View file @
81779415
...
...
@@ -798,7 +798,8 @@ static inline int thread_group_empty(task_t *p)
extern
void
unhash_process
(
struct
task_struct
*
p
);
/* Protects ->fs, ->files, ->mm, and synchronises with wait4().
/*
* Protects ->fs, ->files, ->mm, ->ptrace and synchronises with wait4().
* Nests both inside and outside of read_lock(&tasklist_lock).
* It must not be nested with write_lock_irq(&tasklist_lock),
* neither inside nor outside.
...
...
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