mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 21:14:56 -04:00
staging: lustre: Make the function 'llog_cat_process_cb' static
This patch defines the function 'llog_cat_process_cb' as static Signed-off-by: Arjun AK <arjunak234@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e8fd99fd97
commit
89026cbc79
@@ -526,8 +526,9 @@ int llog_cat_cancel_records(const struct lu_env *env,
|
||||
}
|
||||
EXPORT_SYMBOL(llog_cat_cancel_records);
|
||||
|
||||
int llog_cat_process_cb(const struct lu_env *env, struct llog_handle *cat_llh,
|
||||
struct llog_rec_hdr *rec, void *data)
|
||||
static int llog_cat_process_cb(const struct lu_env *env,
|
||||
struct llog_handle *cat_llh,
|
||||
struct llog_rec_hdr *rec, void *data)
|
||||
{
|
||||
struct llog_process_data *d = data;
|
||||
struct llog_logid_rec *lir = (struct llog_logid_rec *)rec;
|
||||
|
||||
Reference in New Issue
Block a user