From: Randy Dunlap Date: Thu, 21 Jul 2011 20:55:37 +0000 (-0700) Subject: mm/truncate.c: fix build for CONFIG_BLOCK not enabled X-Git-Tag: v3.1-rc1~282^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed70afcd6e795e3de98df56f1cd0f898fbf641a7;p=pandora-kernel.git mm/truncate.c: fix build for CONFIG_BLOCK not enabled Fix build error when CONFIG_BLOCK is not enabled by providing a stub inode_dio_wait() function. mm/truncate.c:612: error: implicit declaration of function 'inode_dio_wait' Signed-off-by: Randy Dunlap Signed-off-by: Al Viro --- Reading git-diff-tree failed