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

Branch HEAD

Cleanup compile warning.
b=15981
parent d615f547
No related branches found
No related tags found
No related merge requests found
...@@ -169,7 +169,7 @@ static int ll_encode_fh(struct dentry *de, __u32 *fh, int *plen, int connectable ...@@ -169,7 +169,7 @@ static int ll_encode_fh(struct dentry *de, __u32 *fh, int *plen, int connectable
ENTRY; ENTRY;
CDEBUG(D_INFO, "encoding for (%lu,"DFID") maxlen=%d minlen=%d\n", CDEBUG(D_INFO, "encoding for (%lu,"DFID") maxlen=%d minlen=%d\n",
inode->i_ino, PFID(fid), *plen, ONE_FH_LEN); inode->i_ino, PFID(fid), *plen, (int)ONE_FH_LEN);
if (*plen < ONE_FH_LEN) if (*plen < ONE_FH_LEN)
RETURN(255); RETURN(255);
......
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