Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87515
b: refs/heads/master
c: 9df1303
h: refs/heads/master
i:
  87513: fe7b657
  87511: ff56753
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Mar 20, 2008
1 parent a0e6add commit 97748fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 9ea85ebae1e05100cdb4807db4f265b0ede7aad8
refs/heads/master: 9df130392fb642ecd5564163b574ce69ffda1afa
4 changes: 2 additions & 2 deletions trunk/fs/ufs/balloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ static void ufs_change_blocknr(struct inode *inode, sector_t beg,
}

UFSD(" change from %llu to %llu, pos %u\n",
(unsigned long long)pos + oldb,
(unsigned long long)pos + newb, pos);
(unsigned long long)(pos + oldb),
(unsigned long long)(pos + newb), pos);

bh->b_blocknr = newb + pos;
unmap_underlying_metadata(bh->b_bdev,
Expand Down

0 comments on commit 97748fd

Please sign in to comment.