From: Andrew Perepechko Date: Tue, 5 Oct 2010 16:56:14 +0000 (+0400) Subject: b=23710 reduce stack pressure by uninlining mds_log_lost_precreated X-Git-Tag: v1_8_4_54~20 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=1f0795a9c289f97d6f9cb48f391f43d8c3e0cc59;p=fs%2Flustre-release.git b=23710 reduce stack pressure by uninlining mds_log_lost_precreated i=Johann Lombardi --- 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) {