From: Ramon Fried Date: Thu, 25 Sep 2014 18:05:06 +0000 (+0300) Subject: staging: lustre: llite_lib.c Set ll_md_setattr function to be static X-Git-Tag: v3.18-rc1~130^2~187 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3d3ab8cc684cda4058959d91ed42735d9d605d61;p=karo-tx-linux.git staging: lustre: llite_lib.c Set ll_md_setattr function to be static This fixes the following sparse warning: llite_lib.c:1240:5: warning: symbol 'll_md_setattr' was not declared. Should it be static? Signed-off-by: Ramon Fried Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/llite/llite_lib.c b/drivers/staging/lustre/lustre/llite/llite_lib.c index 59e36b0cf94b..a8bcc51057f1 100644 --- a/drivers/staging/lustre/lustre/llite/llite_lib.c +++ b/drivers/staging/lustre/lustre/llite/llite_lib.c @@ -1237,7 +1237,7 @@ void ll_clear_inode(struct inode *inode) lli->lli_has_smd = false; } -int ll_md_setattr(struct dentry *dentry, struct md_op_data *op_data, +static int ll_md_setattr(struct dentry *dentry, struct md_op_data *op_data, struct md_open_data **mod) { struct lustre_md md;