From 1f0795a9c289f97d6f9cb48f391f43d8c3e0cc59 Mon Sep 17 00:00:00 2001 From: Andrew Perepechko Date: Tue, 5 Oct 2010 20:56:14 +0400 Subject: [PATCH] b=23710 reduce stack pressure by uninlining mds_log_lost_precreated i=Johann Lombardi --- lustre/mds/mds_lov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/mds/mds_lov.c b/lustre/mds/mds_lov.c index 1aefeed3..ee1983d 100644 --- a/lustre/mds/mds_lov.c +++ b/lustre/mds/mds_lov.c @@ -263,7 +263,7 @@ EXPORT_SYMBOL(mds_lov_prepare_objids); * Special lsm is allocated with single stripe, caller should deallocated it * after use */ -static int mds_log_lost_precreated(struct obd_device *obd, +static int noinline mds_log_lost_precreated(struct obd_device *obd, struct lov_stripe_md **lsmp, int *stripes, obd_id id, obd_count count, int idx) { -- 1.8.3.1