Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165091
b: refs/heads/master
c: 627961b
h: refs/heads/master
i:
  165089: 4e6c571
  165087: f04bdf2
v: v3
  • Loading branch information
Joel Becker committed Sep 4, 2009
1 parent 279497f commit 6a3bfb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 1ef61b33148a6b32b6d28383cd72ceeddfc7054d
refs/heads/master: 627961b77e68b725851cb227db10084bf15f6920
5 changes: 2 additions & 3 deletions trunk/fs/ocfs2/alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -4530,8 +4530,7 @@ static void ocfs2_figure_appending_type(struct ocfs2_insert_type *insert,
* All of the information is stored on the ocfs2_insert_type
* structure.
*/
static int ocfs2_figure_insert_type(struct inode *inode,
struct ocfs2_extent_tree *et,
static int ocfs2_figure_insert_type(struct ocfs2_extent_tree *et,
struct buffer_head **last_eb_bh,
struct ocfs2_extent_rec *insert_rec,
int *free_records,
Expand Down Expand Up @@ -4691,7 +4690,7 @@ int ocfs2_insert_extent(struct ocfs2_super *osb,
goto bail;
}

status = ocfs2_figure_insert_type(inode, et, &last_eb_bh, &rec,
status = ocfs2_figure_insert_type(et, &last_eb_bh, &rec,
&free_records, &insert);
if (status < 0) {
mlog_errno(status);
Expand Down

0 comments on commit 6a3bfb4

Please sign in to comment.