From: Evgeniy Dushistov <dushistov@mail.ru>
To: Alexey Dobriyan <adobriyan@gmail.com>
Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org,
linux-fsdevel@vger.kernel.org
Subject: Re: [PATCH 2/2] ufs: NFS support
Date: Thu, 29 Oct 2009 23:13:29 +0300 [thread overview]
Message-ID: <20091029201329.GA30767@rain> (raw)
In-Reply-To: <20091029101718.GB27166@x200>
On Thu, Oct 29, 2009 at 01:17:18PM +0300, Alexey Dobriyan wrote:
> Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
> ---
>
> 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 <linux/exportfs.h>
> 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 <dushistov@mail.ru>
--
/Evgeniy
prev parent reply other threads:[~2009-10-29 20:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-29 10:17 [PATCH 2/2] ufs: NFS support Alexey Dobriyan
2009-10-29 20:13 ` Evgeniy Dushistov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091029201329.GA30767@rain \
--to=dushistov@mail.ru \
--cc=adobriyan@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.