Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30923
b: refs/heads/master
c: 6fdf8cc
h: refs/heads/master
i:
  30921: 4ade9f5
  30919: 4900892
v: v3
  • Loading branch information
Nathan Scott committed Jun 28, 2006
1 parent 59a06f1 commit 13fdb24
Show file tree
Hide file tree
Showing 4 changed files with 7 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: 73024cf11522c0233228453984b2a2b37885e336
refs/heads/master: 6fdf8ccc09fd764a9cce11006aa3fca53ac1c895
4 changes: 2 additions & 2 deletions trunk/fs/xfs/xfs_inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1961,9 +1961,9 @@ xfs_iunlink_remove(
xfs_agino_t agino;
xfs_agino_t next_agino;
xfs_buf_t *last_ibp;
xfs_dinode_t *last_dip;
xfs_dinode_t *last_dip = NULL;
short bucket_index;
int offset, last_offset;
int offset, last_offset = 0;
int error;
int agi_ok;

Expand Down
2 changes: 2 additions & 0 deletions trunk/fs/xfs/xfs_log_recover.c
Original file line number Diff line number Diff line change
Expand Up @@ -990,6 +990,8 @@ xlog_find_zeroed(
xfs_daddr_t num_scan_bblks;
int error, log_bbnum = log->l_logBBsize;

*blk_no = 0;

/* check totally zeroed log */
bp = xlog_get_bp(log, 1);
if (!bp)
Expand Down
3 changes: 2 additions & 1 deletion trunk/fs/xfs/xfs_mount.c
Original file line number Diff line number Diff line change
Expand Up @@ -2026,7 +2026,7 @@ xfs_icsb_balance_counter(
xfs_sb_field_t field,
int flags)
{
uint64_t count, resid = 0;
uint64_t count, resid;
int weight = num_online_cpus();
int s;

Expand Down Expand Up @@ -2058,6 +2058,7 @@ xfs_icsb_balance_counter(
break;
default:
BUG();
count = resid = 0; /* quiet, gcc */
break;
}

Expand Down

0 comments on commit 13fdb24

Please sign in to comment.