git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
295cc52
)
mm/truncate.c: fix build for CONFIG_BLOCK not enabled
author
Randy Dunlap
<rdunlap@xenotime.net>
Thu, 21 Jul 2011 20:55:37 +0000
(13:55 -0700)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 22 Jul 2011 23:41:19 +0000
(19:41 -0400)
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 <rdunlap@xenotime.net>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found