From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kara Subject: [PATCH 0/3] ISOFS mount options fixes and improvements Date: Wed, 15 Apr 2009 15:48:09 +0200 Message-ID: <1239803292-20344-1-git-send-email-jack@suse.cz> References: Cc: linux-fsdevel@vger.kernel.org To: Andrew Morton Return-path: Received: from cantor.suse.de ([195.135.220.2]:52709 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752168AbZDONsP (ORCPT ); Wed, 15 Apr 2009 09:48:15 -0400 In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: The following three patches are minor fixes and improvements in ISOFS mount option parsing. The first patch adds overriderockperm mount option to specify that permissions from mount options should take precedence over Rock Ridge permissions, the second patch fixes mount option parsing so that forcing uid/gid of files to 0 is possible and the third patch is just a minor code style cleanup. Andrew, would you please merge the patches? Thanks. Honza