Commit 6a5855f0 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Unresolved symbol block_flushpage

block_flushpage() used to be a macro which pointed at the
exported discard_bh_page().  I turned block_flushpage() into
a real function but forgot the export.
parent 72a6262f
......@@ -1186,6 +1186,7 @@ int block_flushpage(struct page *page, unsigned long offset)
return 1;
}
EXPORT_SYMBOL(block_flushpage);
/*
* We attach and possibly dirty the buffers atomically wrt
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment