Re: [PATCH 1/3] fs: move documentation for thaw_super() where appropriate

From: Bart Van Assche
Date: Fri Apr 20 2018 - 20:01:42 EST


On Fri, 2018-04-20 at 16:59 -0700, Luis R. Rodriguez wrote:
> +/**
> + * thaw_super -- unlock filesystem
> + * @sb: the super to thaw
> + *
> + * Unlocks the filesystem and marks it writeable again after freeze_super().
> + */

Have you verified the output generated by scripts/kernel-doc? Last
time I checked the output for headers containing a double dash looked
weird.

Bart.