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
2ed3d4f0
Commit
2ed3d4f0
authored
Nov 04, 2004
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
bk://kernel.bkbits.net/gregkh/linux/usb-2.6
into ppc970.osdl.org:/home/torvalds/v2.6/linux
parents
5d9c2d03
b60ee714
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
fs/buffer.c
fs/buffer.c
+1
-1
mm/filemap.c
mm/filemap.c
+1
-1
No files found.
fs/buffer.c
View file @
2ed3d4f0
...
@@ -76,7 +76,7 @@ EXPORT_SYMBOL(__lock_buffer);
...
@@ -76,7 +76,7 @@ EXPORT_SYMBOL(__lock_buffer);
void
fastcall
unlock_buffer
(
struct
buffer_head
*
bh
)
void
fastcall
unlock_buffer
(
struct
buffer_head
*
bh
)
{
{
clear_buffer_locked
(
bh
);
clear_buffer_locked
(
bh
);
smp_mb
();
smp_mb
__after_clear_bit
();
wake_up_bit
(
&
bh
->
b_state
,
BH_Lock
);
wake_up_bit
(
&
bh
->
b_state
,
BH_Lock
);
}
}
...
...
mm/filemap.c
View file @
2ed3d4f0
...
@@ -420,8 +420,8 @@ void end_page_writeback(struct page *page)
...
@@ -420,8 +420,8 @@ void end_page_writeback(struct page *page)
if
(
!
TestClearPageReclaim
(
page
)
||
rotate_reclaimable_page
(
page
))
{
if
(
!
TestClearPageReclaim
(
page
)
||
rotate_reclaimable_page
(
page
))
{
if
(
!
test_clear_page_writeback
(
page
))
if
(
!
test_clear_page_writeback
(
page
))
BUG
();
BUG
();
smp_mb__after_clear_bit
();
}
}
smp_mb__after_clear_bit
();
wake_up_page
(
page
,
PG_writeback
);
wake_up_page
(
page
,
PG_writeback
);
}
}
...
...
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