X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=fs%2Fverity%2Ffsverity_private.h;h=e96d99d5145e1da25fe07f9e26650d57df28b2b6;hb=2227e5b21aec6c5f7f6491352f0c19fd02d19418;hp=74768cf539daf5f1d2c4ccf9157fa931cfea4b22;hpb=8e9a400c706ee5bcbc052d3ec9f87cfdbbd3f5cb;p=linux-2.6-microblaze.git diff --git a/fs/verity/fsverity_private.h b/fs/verity/fsverity_private.h index 74768cf539da..e96d99d5145e 100644 --- a/fs/verity/fsverity_private.h +++ b/fs/verity/fsverity_private.h @@ -61,7 +61,7 @@ struct merkle_tree_params { u64 level_start[FS_VERITY_MAX_LEVELS]; }; -/** +/* * fsverity_info - cached verity metadata for an inode * * When a verity file is first opened, an instance of this struct is allocated @@ -134,7 +134,7 @@ void __init fsverity_check_hash_algs(void); /* init.c */ -extern void __printf(3, 4) __cold +void __printf(3, 4) __cold fsverity_msg(const struct inode *inode, const char *level, const char *fmt, ...);