From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754918AbYGUN1G (ORCPT ); Mon, 21 Jul 2008 09:27:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752416AbYGUN0z (ORCPT ); Mon, 21 Jul 2008 09:26:55 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:59523 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752022AbYGUN0z (ORCPT ); Mon, 21 Jul 2008 09:26:55 -0400 Date: Mon, 21 Jul 2008 14:26:54 +0100 From: Al Viro To: Miklos Szeredi Cc: linux-kernel@vger.kernel.org Subject: Re: [patch] nfs: fix permission mask Message-ID: <20080721132654.GF28946@ZenIV.linux.org.uk> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 21, 2008 at 01:38:34PM +0200, Miklos Szeredi wrote: > From: Miklos Szeredi > > Handle auxiliary mask bits in nfs_permission() properly. > > Signed-off-by: Miklos Szeredi Argh... Applied, thanks. Hrm... On the next rebase I'd better move it next to the patch introducing the breakage in question. Or fold it in, if you don't mind, with commit messages merged...