Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23543
b: refs/heads/master
c: 5930860
h: refs/heads/master
i:
  23541: dcc6d3b
  23539: adc1db1
  23535: addacec
v: v3
  • Loading branch information
Alexander Zarochentsev authored and Linus Torvalds committed Mar 25, 2006
1 parent 8fc91b0 commit 9730f10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: c1cda48af8b330a23206eceef3bd030b53c979cd
refs/heads/master: 5930860296ca438071d3824bf7306ad0dfd33fc1
2 changes: 1 addition & 1 deletion trunk/fs/reiserfs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -1532,7 +1532,7 @@ static ssize_t reiserfs_file_write(struct file *file, /* the file we are going t
buf += write_bytes;
*ppos = pos += write_bytes;
count -= write_bytes;
balance_dirty_pages_ratelimited(inode->i_mapping);
balance_dirty_pages_ratelimited_nr(inode->i_mapping, num_pages);
}

/* this is only true on error */
Expand Down

0 comments on commit 9730f10

Please sign in to comment.