Whamcloud - gitweb
LU-6245 client: remove types abstraction from client code
[fs/lustre-release.git] / lustre / llite / llite_internal.h
index f11ecdd..655eb9c 100644 (file)
@@ -1326,7 +1326,7 @@ static inline void ll_set_lock_data(struct obd_export *exp, struct inode *inode,
                if (it->it_remote_lock_mode) {
                        handle.cookie = it->it_remote_lock_handle;
                        CDEBUG(D_DLMTRACE, "setting l_data to inode "DFID
-                              "(%p) for remote lock "LPX64"\n",
+                              "(%p) for remote lock %#llx\n",
                               PFID(ll_inode2fid(inode)), inode,
                               handle.cookie);
                        md_set_lock_data(exp, &handle, inode, NULL);
@@ -1335,7 +1335,7 @@ static inline void ll_set_lock_data(struct obd_export *exp, struct inode *inode,
                handle.cookie = it->it_lock_handle;
 
                CDEBUG(D_DLMTRACE, "setting l_data to inode "DFID"(%p)"
-                      " for lock "LPX64"\n",
+                      " for lock %#llx\n",
                       PFID(ll_inode2fid(inode)), inode, handle.cookie);
 
                md_set_lock_data(exp, &handle, inode, &it->it_lock_bits);