Re: [PATCH 0/9] overlay filesystem: request for inclusion (v17)

From: Miklos Szeredi
Date: Wed Mar 13 2013 - 11:18:58 EST


> Looks like this is missing (or intended?):
>
> diff --git a/fs/overlayfs/super.c b/fs/overlayfs/super.c
> index 482c26f..f23ebfc 100644
> --- a/fs/overlayfs/super.c
> +++ b/fs/overlayfs/super.c
> @@ -684,3 +684,6 @@ static void __exit ovl_exit(void)
>
> module_init(ovl_init);
> module_exit(ovl_exit);
> +MODULE_DESCRIPTION("overlayfs v17: provides overlay-filesystem functionality");
> +MODULE_AUTHOR("Miklos Szeredi <miklos@xxxxxxxxxx>");
> +MODULE_LICENSE("GPL");

No, it *is* already in there.

Thanks,
Miklos
--
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/