mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-21 11:44:01 +08:00
staging: lustre: fid: Fixes debug output style problem
Fixes a style problems. Replaces non-standard 'Lx' specifier with a standard 'llx'. Signed-off-by: Roman Storozhenko <romeusmeister@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f8fa77a8bc
commit
73905f2a70
@ -259,7 +259,7 @@ int seq_client_alloc_fid(const struct lu_env *env,
|
||||
return rc;
|
||||
}
|
||||
|
||||
CDEBUG(D_INFO, "%s: Switch to sequence [0x%16.16Lx]\n",
|
||||
CDEBUG(D_INFO, "%s: Switch to sequence [0x%16.16llx]\n",
|
||||
seq->lcs_name, seqnr);
|
||||
|
||||
seq->lcs_fid.f_oid = LUSTRE_FID_INIT_OID;
|
||||
|
Loading…
Reference in New Issue
Block a user