2004-11-29 20:17:23

by Gerrit Huizenga

[permalink] [raw]
Subject: Re: [PATCH] CKRM: 3/10 CKRM: Core ckrm, rcfs

On Mon, 29 Nov 2004 14:00:56 CST, Doug Maxey wrote:
>
> On Mon, 29 Nov 2004 10:47:32 PST, Gerrit Huizenga wrote:
> >+extern struct rcfs_mfdesc *genmfdesc[];
> >+
> >+inline struct rcfs_inode_info *RCFS_I(struct inode *inode); <<<<<<<<
> >+
> >+int rcfs_empty(struct dentry *);
> >+struct inode *rcfs_get_inode(struct super_block *, int, dev_t);
>
> You have this as both inline and exported. The usage implies that it is
> indeed exported, so inline should not be used in the decl.
>
> ++doug

Good catch - will fix - thanks!

gerrit