Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d3ab8cc authored by Ramon Fried's avatar Ramon Fried Committed by Greg Kroah-Hartman
Browse files

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: default avatarRamon Fried <ramon.fried@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 80190ca3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;