X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fmdt%2Fmdt_identity.c;fp=lustre%2Fmdt%2Fmdt_identity.c;h=154b48cd8289dec2c03f0dea232492467d05e094;hb=86e61f80cf6921b537a465b2f6b28914eaac8168;hp=7d55a0ee3abc31282ac5e4b7416ed7a456142877;hpb=520631764c0e9d1bf5c70f8d060b81a2f322d5dc;p=fs%2Flustre-release.git diff --git a/lustre/mdt/mdt_identity.c b/lustre/mdt/mdt_identity.c index 7d55a0e..154b48cd 100644 --- a/lustre/mdt/mdt_identity.c +++ b/lustre/mdt/mdt_identity.c @@ -121,8 +121,8 @@ static int mdt_identity_do_upcall(struct upcall_cache *cache, GOTO(out, rc = -EREMCHG); } - argv[0] = cache->uc_upcall; - snprintf(keystr, sizeof(keystr), LPU64, entry->ue_key); + argv[0] = cache->uc_upcall; + snprintf(keystr, sizeof(keystr), "%llu", entry->ue_key); do_gettimeofday(&start); rc = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_EXEC);