X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fllite%2Fllite_lib.c;h=4d80ff5436b4bf2d8582d2e10fc0a5a9fb388e65;hp=7ec723ddcb6b15a80517df55b2ea256169b55db4;hb=592bb85e208b3a552176f2be1bb06ec3d78e0eed;hpb=85aec756e0800a12dc88818b6537df2e617f55fb diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index 7ec723d..4d80ff5 100644 --- a/lustre/llite/llite_lib.c +++ b/lustre/llite/llite_lib.c @@ -1600,9 +1600,9 @@ int ll_setattr_raw(struct dentry *dentry, struct iattr *attr, bool hsm_import) } if (attr->ia_valid & (ATTR_MTIME | ATTR_CTIME)) - CDEBUG(D_INODE, "setting mtime %lu, ctime %lu, now = %lu\n", + CDEBUG(D_INODE, "setting mtime %lu, ctime %lu, now = %llu\n", LTIME_S(attr->ia_mtime), LTIME_S(attr->ia_ctime), - cfs_time_current_sec()); + (s64)ktime_get_real_seconds()); if (S_ISREG(inode->i_mode)) { if (attr->ia_valid & ATTR_SIZE)