lkml.org 
[lkml]   [2018]   [Sep]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 4/9] fuse: allow caching readdir
On Fri, Sep 28, 2018 at 05:42:29PM +0200, Miklos Szeredi wrote:
> @@ -103,6 +103,21 @@ struct fuse_inode {
> /** List of writepage requestst (pending or sent) */
> struct list_head writepages;
>
> + /** readdir cache */
> + struct {
> + /** true if fully cached */
> + bool cached;

umm, you're using kernel-doc markers without formatting this comment as
kernel-doc. See Documentation/doc-guide/kernel-doc.rst but I believe
you should be writing this as:

/** @rdc.cached: true if fully cached */

or just use /* */ if you don't want kernel-doc.

\
 
 \ /
  Last update: 2018-09-28 18:42    [W:0.071 / U:0.788 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site