Signed-off-by: Boaz Harrosh <bharrosh@xxxxxxxxxxx> --- fs/exofs/export.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/fs/exofs/export.c b/fs/exofs/export.c index 31e16b4..99768ab 100644 --- a/fs/exofs/export.c +++ b/fs/exofs/export.c @@ -312,8 +312,9 @@ int exofs_get_device_info(struct super_block *sb, struct exp_xdr_stream *xdr, exp_xdr_encode_opaque_len(start, xdr->p); - EXOFS_DBGMSG("xdr_bytes=%Zu devno=%lld osdname-%s\n", - exp_xdr_qbytes(xdr->p - start), devno, odi->osdname); + EXOFS_DBGMSG("xdr_bytes=%Zu devid=(%llx,%llx) osdname-%s\n", + exp_xdr_qbytes(xdr->p - start), devid->sbid, devno, + odi->osdname); return 0; err: -- 1.7.2.3 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html