Skip to content
Snippets Groups Projects
Commit 2f26954a authored by alex's avatar alex
Browse files

- minor typo: CDEBUG() doesn't add \n at the end

parent fe43849c
No related branches found
No related tags found
No related merge requests found
...@@ -92,8 +92,8 @@ find_capa(struct hlist_head *head, uid_t uid, int capa_op, __u64 mdsid, ...@@ -92,8 +92,8 @@ find_capa(struct hlist_head *head, uid_t uid, int capa_op, __u64 mdsid,
struct obd_capa *ocapa; struct obd_capa *ocapa;
uid_t ouid; uid_t ouid;
CDEBUG(D_INODE, "find capa for (uid %lu, op %d, mdsid "LPU64", ino %lu" CDEBUG(D_INODE, "find capa for (uid %u, op %d, mdsid "LPU64", ino %lu"
" igen %lu, type %d", uid, capa_op, mdsid, ino, igen, type); " igen %u, type %d\n", (unsigned) uid, capa_op, mdsid, ino, igen, type);
hlist_for_each_entry(ocapa, pos, head, c_hash) { hlist_for_each_entry(ocapa, pos, head, c_hash) {
if (ocapa->c_capa.lc_ino != ino) if (ocapa->c_capa.lc_ino != ino)
continue; continue;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment