From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH 13/13] NFS: Integrate support for processing nfs4 mount options in fs/nfs/super.c Date: Mon, 21 May 2007 14:41:39 -0700 Message-ID: <20070521144139.bcbb6b1d.akpm@linux-foundation.org> References: <20070521161025.18993.94998.stgit@manray.1015granger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org To: Chuck Lever Return-path: Received: from smtp2.linux-foundation.org ([207.189.120.14]:60451 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754979AbXEUVmz (ORCPT ); Mon, 21 May 2007 17:42:55 -0400 In-Reply-To: <20070521161025.18993.94998.stgit@manray.1015granger.net> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Mon, 21 May 2007 12:10:25 -0400 Chuck Lever wrote: > Finally, hook in the new mount option parsing logic. I fixed up a huge reject which this spat against Trond's devel tree. Please check that the end result still works as intended.