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
nexedi
linux
Commits
854f96ea
Commit
854f96ea
authored
Oct 03, 2002
by
Dave Kleikamp
Browse files
Options
Browse Files
Download
Plain Diff
Merge
bk://linus.bkbits.net/linux-2.5
into hostme.bitkeeper.com:/ua/repos/j/jfs/linux-2.5
parents
706e5455
b0df1a7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
fs/jfs/jfs_txnmgr.c
fs/jfs/jfs_txnmgr.c
+6
-3
No files found.
fs/jfs/jfs_txnmgr.c
View file @
854f96ea
...
...
@@ -2746,13 +2746,16 @@ void txLazyCommit(struct tblock * tblk)
if
(
tblk
->
flag
&
tblkGC_READY
)
wake_up
(
&
tblk
->
gcwait
);
// LOGGC_WAKEUP
spin_unlock_irq
(
&
log
->
gclock
);
// LOGGC_UNLOCK
/*
* Can't release log->gclock until we've tested tblk->flag
*/
if
(
tblk
->
flag
&
tblkGC_LAZY
)
{
spin_unlock_irq
(
&
log
->
gclock
);
// LOGGC_UNLOCK
txUnlock
(
tblk
);
tblk
->
flag
&=
~
tblkGC_LAZY
;
txEnd
(
tblk
-
TxBlock
);
/* Convert back to tid */
}
}
else
spin_unlock_irq
(
&
log
->
gclock
);
// LOGGC_UNLOCK
jFYI
(
1
,
(
"txLazyCommit: done: tblk = 0x%p
\n
"
,
tblk
));
}
...
...
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