X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fcifs%2Flink.c;h=2ec99f8331422a2e089cc8f0b0b1381eddc6e131;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=a57f5d6e6213d6f23e693c88a98c3d539eb4ae6a;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/fs/cifs/link.c b/fs/cifs/link.c index a57f5d6e6..2ec99f833 100644 --- a/fs/cifs/link.c +++ b/fs/cifs/link.c @@ -167,7 +167,7 @@ cifs_symlink(struct inode *inode, struct dentry *direntry, const char *symname) return -ENOMEM; } - cFYI(1, ("Full path: %s", full_path)); + cFYI(1, ("Full path: %s ", full_path)); cFYI(1, ("symname is %s", symname)); /* BB what if DFS and this volume is on different share? BB */ @@ -186,7 +186,8 @@ cifs_symlink(struct inode *inode, struct dentry *direntry, const char *symname) inode->i_sb,xid); if (rc != 0) { - cFYI(1, ("Create symlink ok, getinodeinfo fail rc = %d", + cFYI(1, + ("Create symlink worked but get_inode_info failed with rc = %d ", rc)); } else { if (pTcon->nocase) @@ -288,7 +289,7 @@ cifs_readlink(struct dentry *direntry, char __user *pBuffer, int buflen) else { cFYI(1,("num referral: %d",num_referrals)); if(referrals) { - cFYI(1,("referral string: %s",referrals)); + cFYI(1,("referral string: %s ",referrals)); strncpy(tmpbuffer, referrals, len-1); } }