Whamcloud - gitweb
b=23710 reduce stack pressure by uninlining mds_log_lost_precreated
authorAndrew Perepechko <andrew.perepechko@oracle.com>
Tue, 5 Oct 2010 16:56:14 +0000 (20:56 +0400)
committerAndrew Perepechko <andrew.perepechko@oracle.com>
Tue, 5 Oct 2010 16:56:14 +0000 (20:56 +0400)
i=Johann Lombardi

lustre/mds/mds_lov.c

index 1aefeed..ee1983d 100644 (file)
@@ -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)
 {