Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / fs / freevxfs / vxfs_bmap.c
index bc4b57d..2d71128 100644 (file)
@@ -36,6 +36,7 @@
 
 #include "vxfs.h"
 #include "vxfs_inode.h"
+#include "vxfs_extern.h"
 
 
 #ifdef DIAGNOSTIC
@@ -101,7 +102,7 @@ vxfs_bmap_ext4(struct inode *ip, long bn)
        return 0;
 
 fail_size:
-       printk("vxfs: indirect extent to big!\n");
+       printk("vxfs: indirect extent too big!\n");
 fail_buf:
        return 0;
 }