Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207740
b: refs/heads/master
c: ffc1887
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Bob Copeland committed Aug 8, 2010
1 parent eecff14 commit 31ee358
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: 8800a044c71a128633cf3febaf4780531a991334
refs/heads/master: ffc18879903e55487bc5ac3c774b99a07de06029
2 changes: 1 addition & 1 deletion trunk/fs/omfs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ static int omfs_get_block(struct inode *inode, sector_t block,
struct buffer_head *bh;
sector_t next, offset;
int ret;
u64 new_block;
u64 uninitialized_var(new_block);
u32 max_extents;
int extent_count;
struct omfs_extent *oe;
Expand Down

0 comments on commit 31ee358

Please sign in to comment.