jfs: %pf is only for function pointers
authorScott Wood <scottwood@freescale.com>
Thu, 12 Mar 2015 03:13:54 +0000 (22:13 -0500)
committerDave Kleikamp <dave.kleikamp@oracle.com>
Thu, 12 Mar 2015 17:32:19 +0000 (12:32 -0500)
commit7d2ac45611b072a24e5014a56a65e6be31c1f884
tree6fdfee64197ad1f829527b947ef49a2294437a4e
parent09d35919b06e8508b51ee8a643a67b56f7bea0dd
jfs: %pf is only for function pointers

Use %ps for actual addresses, otherwise you'll get bad output
on arches like ppc64 where %pf expects a function descriptor.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
Cc: jfs-discussion@lists.sourceforge.net
fs/jfs/super.c