Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186441
b: refs/heads/master
c: 5c564c2
h: refs/heads/master
i:
  186439: 1432ccc
v: v3
  • Loading branch information
Joern Engel committed Dec 7, 2009
1 parent 63b48ed commit 515abd4
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: 30835cd074381048b0ea5d53e27725bbd0bdf5b7
refs/heads/master: 5c564c2a04d4bb6ba79eeb83bd06de584479f362
2 changes: 1 addition & 1 deletion trunk/fs/logfs/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ static int logfs_read_segment(struct super_block *sb, u32 segno)
struct logfs_journal_header *jh = super->s_compressed_je;
u64 ofs, seg_ofs = dev_ofs(sb, segno, 0);
u32 h_ofs, last_ofs = 0;
u16 len, datalen, last_len;
u16 len, datalen, last_len = 0;
int i, err;

/* search for most recent commit */
Expand Down

0 comments on commit 515abd4

Please sign in to comment.