[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20091029201329.GA30767@rain>
Date: Thu, 29 Oct 2009 23:13:29 +0300
From: Evgeniy Dushistov <dushistov@...l.ru>
To: Alexey Dobriyan <adobriyan@...il.com>
Cc: akpm@...ux-foundation.org, linux-kernel@...r.kernel.org,
linux-fsdevel@...r.kernel.org
Subject: Re: [PATCH 2/2] ufs: NFS support
On Thu, Oct 29, 2009 at 01:17:18PM +0300, Alexey Dobriyan wrote:
> Signed-off-by: Alexey Dobriyan <adobriyan@...il.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@...l.ru>
--
/Evgeniy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists