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
62c6eac7
Commit
62c6eac7
authored
Dec 07, 2002
by
Oleg Drokin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reiserfs: lock_kernel is replaced with its reiserfs variant
parent
37908413
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
fs/reiserfs/journal.c
fs/reiserfs/journal.c
+2
-3
No files found.
fs/reiserfs/journal.c
View file @
62c6eac7
...
...
@@ -1812,8 +1812,7 @@ static void reiserfs_journal_commit_task_func(void *__ct) {
struct
reiserfs_journal_commit_task
*
ct
=
__ct
;
struct
reiserfs_journal_list
*
jl
;
/* FIXMEL: is this needed? */
lock_kernel
();
reiserfs_write_lock
(
ct
->
p_s_sb
);
jl
=
SB_JOURNAL_LIST
(
ct
->
p_s_sb
)
+
ct
->
jindex
;
...
...
@@ -1824,7 +1823,7 @@ static void reiserfs_journal_commit_task_func(void *__ct) {
kupdate_one_transaction
(
ct
->
p_s_sb
,
jl
)
;
}
reiserfs_kfree
(
ct
->
self
,
sizeof
(
struct
reiserfs_journal_commit_task
),
ct
->
p_s_sb
)
;
unlock_kernel
(
);
reiserfs_write_unlock
(
ct
->
p_s_sb
);
}
static
void
setup_commit_task_arg
(
struct
reiserfs_journal_commit_task
*
ct
,
...
...
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