[Tux3] ERROR: "__set_page_dirty_no_writeback" [fs/tux3/tux3.ko] undefined!
Daniel Phillips
phillips at phunq.net
Tue Sep 30 11:36:19 PDT 2008
On Tuesday 30 September 2008 10:57, Antonio Vargas Gonzalez wrote:
> Hi Kiran,
>
> The nearest reason I can see is that we are missing including
> http://lxr.linux.no/linux+v2.6.26.5/include/linux/mm.h#L820
> which defines the prototype for that function. Does that fix for you?
Thanks for the fix Antonio and thanks for spotting it Kiran. I did:
--- a/fs/tux3/inode.c
+++ b/fs/tux3/inode.c
@@ -7,6 +7,7 @@
*/
#include <linux/fs.h>
+#include <linux/mm.h>
#include <linux/pagemap.h>
#include <linux/string.h>
#include <linux/backing-dev.h>
_______________________________________________
Tux3 mailing list
Tux3 at tux3.org
http://tux3.org/cgi-bin/mailman/listinfo/tux3
More information about the Tux3
mailing list