From mboxrd@z Thu Jan 1 00:00:00 1970 From: Evgeniy Dushistov Subject: Re: [PATCH 2/2] ufs: NFS support Date: Thu, 29 Oct 2009 23:13:29 +0300 Message-ID: <20091029201329.GA30767@rain> References: <20091029101718.GB27166@x200> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: Alexey Dobriyan Return-path: Content-Disposition: inline In-Reply-To: <20091029101718.GB27166@x200> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Thu, Oct 29, 2009 at 01:17:18PM +0300, Alexey Dobriyan wrote: > Signed-off-by: Alexey Dobriyan > --- > > fs/ufs/super.c | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 52 insertions(+) > > --- a/fs/ufs/super.c > +++ b/fs/ufs/super.c > @@ -66,6 +66,7 @@ > */ > > > +#include > sb->s_op = &ufs_super_ops; ... > + sb->s_export_op = &ufs_export_ops; > sb->dq_op = NULL; /***/ > sb->s_magic = fs32_to_cpu(sb, usb3->fs_magic); > I created the similar patch a couple of years ago, for one person, but have no enough energy to fully test it, before pushing into mainline. Acked-by: Evgeniy Dushistov -- /Evgeniy