From mboxrd@z Thu Jan 1 00:00:00 1970 From: Warren Turkal Subject: hfsplus journal detection Date: Wed, 5 Nov 2008 00:00:24 -0800 Message-ID: <1225872026-13484-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.175]:31218 "EHLO wf-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752538AbYKEIAa (ORCPT ); Wed, 5 Nov 2008 03:00:30 -0500 Received: by wf-out-1314.google.com with SMTP id 27so3705578wfd.4 for ; Wed, 05 Nov 2008 00:00:30 -0800 (PST) Sender: linux-fsdevel-owner@vger.kernel.org List-ID: These small changes change the hfsplus filesystem so that a 0 in the journal info block of the volume header indicates that there is no journal. This change allows the such an HFS+ volume to mount in rw mode without needing the force mount option. Are there any tips you can give me so that I can make sure I am doing the right thing to get this into the Linux kernel? Thanks, wt