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