diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/grub/grub-0.93/reiserfs.patch | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/grub/grub-0.93/reiserfs.patch')
-rw-r--r-- | packages/grub/grub-0.93/reiserfs.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/grub/grub-0.93/reiserfs.patch b/packages/grub/grub-0.93/reiserfs.patch index e69de29bb2..5b4fb5bfa4 100644 --- a/packages/grub/grub-0.93/reiserfs.patch +++ b/packages/grub/grub-0.93/reiserfs.patch @@ -0,0 +1,11 @@ +--- grub-0.93/stage2/fsys_reiserfs.c~ 2002-11-29 17:46:01.000000000 +0000 ++++ grub-0.93/stage2/fsys_reiserfs.c 2004-01-04 12:16:34.000000000 +0000 +@@ -112,7 +112,7 @@ + /* offset in the log of where to start replay after a crash */ + __u32 j_first_unflushed_offset; + /* mount id to detect very old transactions */ +- __u32 long j_mount_id; ++ __u32 j_mount_id; + }; + + /* magic string to find desc blocks in the journal */ |