Re: [PATCH] Documentation/filesystems/porting: Update documentation.

From: Vijay Bellur
Date: Fri Aug 03 2012 - 13:05:45 EST


On Fri, Aug 3, 2012 at 7:47 PM, Sachidananda Urs <sacchi@xxxxxxxxx> wrote:
> ->get_sb() is no longer used, update documentation to use ->mount(). Also added
> a example for struct file_system_type.
>
> Signed-off-by: Sachidananda Urs <sacchi@xxxxxxxxx>
> ---
> Documentation/filesystems/porting | 20 +++++++++++++-------
> 1 files changed, 13 insertions(+), 7 deletions(-)
>
> diff --git a/Documentation/filesystems/porting b/Documentation/filesystems/porting
> index 2bef2b3..d6d53fb 100644

> +static struct file_system_type foo_fs_type = {
> + .owner = THIS_MODOULE,

s/MODOULE/MODULE/

-Vijay
--
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/