From: Adrian Bunk Date: Mon, 28 Apr 2008 15:38:49 +0000 (+0300) Subject: udf: fs/udf/partition.c:udf_get_pblock() mustn't be inline X-Git-Tag: v2.6.26-rc2~34^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22ba0317c81ba263172baaefd2cb38de78c4598f;p=pandora-kernel.git udf: fs/udf/partition.c:udf_get_pblock() mustn't be inline This patch fixes the following build error with UML and gcc 4.3: <-- snip --> ... CC fs/udf/partition.o /home/bunk/linux/kernel-2.6/git/linux-2.6/fs/udf/partition.c: In function ‘udf_get_pblock_virt15’: /home/bunk/linux/kernel-2.6/git/linux-2.6/fs/udf/partition.c:32: sorry, unimplemented: inlining failed in call to ‘udf_get_pblock’: function body not available /home/bunk/linux/kernel-2.6/git/linux-2.6/fs/udf/partition.c:102: sorry, unimplemented: called from here make[3]: *** [fs/udf/partition.o] Error 1 <-- snip --> Signed-off-by: Adrian Bunk Signed-off-by: Jan Kara --- Reading git-diff-tree failed