Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47886
b: refs/heads/master
c: 6ab8eb1
h: refs/heads/master
v: v3
  • Loading branch information
David Chinner authored and Linus Torvalds committed Feb 12, 2007
1 parent 0f1fabd commit c13cf54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 33a266dda9fbbe72dd978a451a8ee33c59da5e9c
refs/heads/master: 6ab8eb1cffcc5640ca5b07c2a0ddfaa8fbbcc754
3 changes: 0 additions & 3 deletions trunk/fs/xfs/linux-2.6/xfs_aops.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ xfs_count_page_state(
do {
if (buffer_uptodate(bh) && !buffer_mapped(bh))
(*unmapped) = 1;
else if (buffer_unwritten(bh) && !buffer_delay(bh))
clear_buffer_unwritten(bh);
else if (buffer_unwritten(bh))
(*unwritten) = 1;
else if (buffer_delay(bh))
Expand Down Expand Up @@ -1272,7 +1270,6 @@ __xfs_get_blocks(
if (direct)
bh_result->b_private = inode;
set_buffer_unwritten(bh_result);
set_buffer_delay(bh_result);
}
}

Expand Down

0 comments on commit c13cf54

Please sign in to comment.