Re: [PATCH 2/2] ufs: NFS support

From: Evgeniy Dushistov
Date: Thu Oct 29 2009 - 16:14:59 EST


On Thu, Oct 29, 2009 at 01:17:18PM +0300, Alexey Dobriyan wrote:
> Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
> ---
>
> 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@xxxxxxx>

--
/Evgeniy

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/