[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAM+duDHepHAVCK6+9bQW0oDLwogaCMhjEgj+-ZJ4pkSzbH=pmw@mail.gmail.com>
Date: Fri, 3 Aug 2012 22:35:50 +0530
From: Vijay Bellur <vbellur@...il.com>
To: Sachidananda Urs <sacchi@...il.com>
Cc: Rob Landley <rob@...dley.net>, Al Viro <viro@...iv.linux.org.uk>,
Fengguang Wu <fengguang.wu@...el.com>, Jan Kara <jack@...e.cz>,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Documentation/filesystems/porting: Update documentation.
On Fri, Aug 3, 2012 at 7:47 PM, Sachidananda Urs <sacchi@...il.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 <sacchi@...il.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 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