]> git.ozlabs.org Git - yaboot.git/blobdiff - include/debug.h
Add optional ino_size filesystem backend function
[yaboot.git] / include / debug.h
index 8683df11d2332ed3a7413adf90ee27803ea1b8f2..dcac25a88acfd20d54e32508d7a53aded28eee08 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  Debug defines
  *
- *  Copyright (C) 2001  Ethan Benson
+ *  Copyright (C) 2001 Ethan Benson
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -32,8 +32,8 @@
     prom_printf( fmt, ## args );\
 }
 # define DEBUG_OPEN DEBUG_F( "dev=%s, part=0x%p (%d), file_name=%s\n",\
-                             dev_name, part, part ? part->part_number : -1,\
-                             file_name)
+                             fspec->dev, part, part ? part->part_number : -1,\
+                             fspec->file)
 # define DEBUG_SLEEP prom_sleep(3)
 #else
 #define DEBUG_ENTER
@@ -44,9 +44,9 @@
 #define DEBUG_SLEEP
 #endif
 
-/* 
+/*
  * Local variables:
- * c-file-style: "K&R"
+ * c-file-style: "k&r"
  * c-basic-offset: 5
  * End:
  */