]> err.no Git - linux-2.6/blobdiff - fs/freevxfs/vxfs_bmap.c
[PATCH] kexec: change CONFIG_PHYSICAL_START dependency
[linux-2.6] / fs / freevxfs / vxfs_bmap.c
index bc4b57da306a4609e4e597702e928f69519e99c3..2d71128bd8d6b3503098b25039e30e183cd23ab5 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;
 }