From mboxrd@z Thu Jan 1 00:00:00 1970 From: Warren Turkal Subject: [PATCH] Identify journal info block in volume header. Date: Sat, 8 Nov 2008 00:55:05 -0800 Message-ID: <1226134506-29571-2-git-send-email-wt@penguintechs.org> References: <1226134506-29571-1-git-send-email-wt@penguintechs.org> Cc: Roman Zippel , Warren Turkal To: linux-fsdevel Return-path: Received: from wf-out-1314.google.com ([209.85.200.173]:58019 "EHLO wf-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752579AbYKHIzO (ORCPT ); Sat, 8 Nov 2008 03:55:14 -0500 Received: by wf-out-1314.google.com with SMTP id 27so1692547wfd.4 for ; Sat, 08 Nov 2008 00:55:13 -0800 (PST) In-Reply-To: <1226134506-29571-1-git-send-email-wt@penguintechs.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Signed-off-by: Warren Turkal --- fs/hfsplus/hfsplus_raw.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/hfsplus/hfsplus_raw.h b/fs/hfsplus/hfsplus_raw.h index fe99fe8..14f1dd8 100644 --- a/fs/hfsplus/hfsplus_raw.h +++ b/fs/hfsplus/hfsplus_raw.h @@ -94,7 +94,7 @@ struct hfsplus_vh { __be16 version; __be32 attributes; __be32 last_mount_vers; - u32 reserved; + __be32 journal_info_block; __be32 create_date; __be32 modify_date; -- 1.5.6.3