Skip to content
Snippets Groups Projects
Commit 78ddf579 authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Add newline to ll_readpage() debug message.

parent 4ffdc79d
No related branches found
No related tags found
No related merge requests found
......@@ -778,7 +778,7 @@ int ll_readpage(struct file *filp, struct page *page)
if (rc == 0) {
static unsigned long next_print;
CDEBUG(D_INODE, "didn't match a lock");
CDEBUG(D_INODE, "didn't match a lock\n");
if (time_after(jiffies, next_print)) {
next_print = jiffies + 30 * HZ;
CERROR("not covered by a lock (mmap?). check debug "
......
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