diff options
Diffstat (limited to 'fs/hfs/bnode.c')
-rw-r--r-- | fs/hfs/bnode.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/hfs/bnode.c b/fs/hfs/bnode.c index 762278667..0b4b669a4 100644 --- a/fs/hfs/bnode.c +++ b/fs/hfs/bnode.c @@ -510,6 +510,8 @@ return_it: } else { hfs_warn("hfs_bnode_find: use %d(%d) lvl %d [%d]\n", bn->count, bn->buf->b_count, bn->ndNHeight, bnode_count); + hfs_warn("hfs_bnode_find: blnk %u flnk %u recs %u\n", + bn->ndBLink, bn->ndFLink, bn->ndNRecs); } #endif |