X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fliblustre%2Ffile.c;h=34706f34c8087e7ca085005226be60916f9229ea;hb=b5bf04fb27d8e3e455aec024d8b908a10434519f;hp=d341dd05e468130ad4bad0b58d35d07c6db44eb9;hpb=fa1399b8845afbab08557f1f2c660a3d07bd6d55;p=fs%2Flustre-release.git diff --git a/lustre/liblustre/file.c b/lustre/liblustre/file.c index d341dd0..34706f3 100644 --- a/lustre/liblustre/file.c +++ b/lustre/liblustre/file.c @@ -112,7 +112,8 @@ void obdo_refresh_inode(struct inode *dst, valid &= src->o_valid; if (valid & (OBD_MD_FLCTIME | OBD_MD_FLMTIME)) - CDEBUG(D_INODE,"valid "LPX64", cur time %lu/%lu, new %lu/%lu\n", + CDEBUG(D_INODE,"valid "LPX64", cur time "CFS_TIME_T"/"CFS_TIME_T + ", new %lu/%lu\n", src->o_valid, LTIME_S(st->st_mtime), LTIME_S(st->st_ctime), (long)src->o_mtime, (long)src->o_ctime);