diff options
author | Christophe Grenier <[email protected]> | 2007-10-29 22:38:52 +0100 |
---|---|---|
committer | Christophe Grenier <[email protected]> | 2007-10-29 22:38:52 +0100 |
commit | 9928d99936105b4653d2d1b8ca74dc3ffba5c71e (patch) | |
tree | 06aa4f5e9f0055027c6fb54dd47a8414cf2fba32 /progsreiserfs-journal.patch |
First version in git
Diffstat (limited to 'progsreiserfs-journal.patch')
-rw-r--r-- | progsreiserfs-journal.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/progsreiserfs-journal.patch b/progsreiserfs-journal.patch new file mode 100644 index 00000000..2c5f0375 --- /dev/null +++ b/progsreiserfs-journal.patch @@ -0,0 +1,11 @@ +--- progsreiserfs-0.3.1-rc8/libreiserfs/journal.c 2002-12-12 13:32:35.000000000 +0100 ++++ progsreiserfs-0.3.1-rc8/libreiserfs/journal.c 2003-03-29 02:24:01.000000000 +0100 +@@ -482,7 +482,7 @@ + blk_t reiserfs_journal_boundary_transactions(reiserfs_journal_t *journal, + reiserfs_journal_trans_t *oldest, reiserfs_journal_trans_t *newest) + { +- reiserfs_gauge_t *gauge; ++ reiserfs_gauge_t *gauge=NULL; + struct reiserfs_replay_desc desc; + + desc.oldest_id = 0xffffffff; desc.newest_id = 0x0; |