Message ID | 20241025065441.1001852-1-dongtai.guo@linux.dev (mailing list archive) |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | [1/1] add comment for doi_remove in struct netlbl_lsm_secattr | expand |
On Fri, Oct 25, 2024 at 02:54:41PM +0800, George Guo wrote:
> From: George Guo <guodongtai@kylinos.cn>
Please don't post updated patches more frequently than once per 24h.
It makes reviewing quite cumbersome.
For comments on a (slightly) earlier version, please see:
https://lore.kernel.org/netdev/20241025065441.1001852-1-dongtai.guo@linux.dev/T/#mc951365b9ba02e3538efa0f0eb6a215199efc73b
diff --git a/include/net/netlabel.h b/include/net/netlabel.h index 48106f910139..7091c8552fa1 100644 --- a/include/net/netlabel.h +++ b/include/net/netlabel.h @@ -209,6 +209,7 @@ struct netlbl_lsm_secattr { * struct netlbl_calipso_ops - NetLabel CALIPSO operations * @doi_add: add a CALIPSO DOI * @doi_free: free a CALIPSO DOI + * @doi_remove: remove a CALIPSO DOI * @doi_getdef: returns a reference to a DOI * @doi_putdef: releases a reference of a DOI * @doi_walk: enumerate the DOI list
From: George Guo <guodongtai@kylinos.cn> --- include/net/netlabel.h | 1 + 1 file changed, 1 insertion(+)