X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Futils%2Fobd.c;h=6e2a9b01cc83fb6e3ea1697190f4805a47607333;hp=aca2531ec6a293047974ca7d3397171cde8cfae9;hb=5c5d70dc828ac4e3b348939a108f20395cb900ba;hpb=3698e90b9b8bdea6307f3b1fc568d7ed7c3fe1cf diff --git a/lustre/utils/obd.c b/lustre/utils/obd.c index aca2531..6e2a9b0 100644 --- a/lustre/utils/obd.c +++ b/lustre/utils/obd.c @@ -3091,7 +3091,7 @@ int jt_get_obj_version(int argc, char **argv) } obd_ioctl_unpack(&data, buf, sizeof rawbuf); - printf("0x"LPX64"\n", version); + printf(LPX64"\n", version); return 0; }