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

Commit 200a3592 authored by Jan Kara's avatar Jan Kara
Browse files

udf: Mark udf_process_sequence() as noinline



Mark udf_process_sequence() as noinline since stack usage is terrible
otherwise.

Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent 165923fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1292,7 +1292,7 @@ static void udf_load_logicalvolint(struct super_block *sb, kernel_extent_ad loc)
 *	July 1, 1997 - Andrew E. Mileski
 *	July 1, 1997 - Andrew E. Mileski
 *	Written, tested, and released.
 *	Written, tested, and released.
 */
 */
static int udf_process_sequence(struct super_block *sb, long block,
static noinline int udf_process_sequence(struct super_block *sb, long block,
				long lastblock, kernel_lb_addr *fileset)
				long lastblock, kernel_lb_addr *fileset)
{
{
	struct buffer_head *bh = NULL;
	struct buffer_head *bh = NULL;