On Fri, Aug 3, 2012 at 7:47 PM, Sachidananda Urs <sac...@gmail.com> 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 <sac...@gmail.com>
> ---
>  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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to