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

Branch HEAD

Quiet compile warning when CONFIG_LSF is on (large single file).
parent 9046b0cd
No related branches found
No related tags found
No related merge requests found
......@@ -1035,8 +1035,8 @@ int ll_glimpse_size(struct inode *inode, int ast_flags)
LTIME_S(inode->i_ctime) = lvb.lvb_ctime;
ll_inode_size_unlock(inode, 1);
CDEBUG(D_DLMTRACE, "glimpse: size: %llu, blocks: %lu\n",
inode->i_size, inode->i_blocks);
CDEBUG(D_DLMTRACE, "glimpse: size: %llu, blocks: %llu\n",
inode->i_size, (long long)inode->i_blocks);
RETURN(rc);
}
......
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