Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286934
b: refs/heads/master
c: 7ec31b5
h: refs/heads/master
v: v3
  • Loading branch information
Liu Bo authored and Chris Mason committed Jan 26, 2012
1 parent 805ea56 commit 07d8915
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: 0b485143d835c019cddc45f46e4b3873dcc9aa4e
refs/heads/master: 7ec31b548a17f773ab6289e795ed3a6820e8b56e
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ int btrfs_defrag_file(struct inode *inode, struct file *file,
i = range->start >> PAGE_CACHE_SHIFT;
}
if (!max_to_defrag)
max_to_defrag = last_index;
max_to_defrag = last_index + 1;

/*
* make writeback starts from i, so the defrag range can be
Expand Down

0 comments on commit 07d8915

Please sign in to comment.