Commit 397d71dd authored by Steve French's avatar Steve French

[CIFS] Remove debug statement

Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 5651ced3
......@@ -222,7 +222,7 @@ int cifs_get_inode_info_unix(struct inode **pinode,
if (rc) {
if (rc == -EREMOTE && !is_dfs_referral) {
is_dfs_referral = true;
cERROR(1, ("DFS ref")); /* BB removeme BB */
cFYI(DBG2, ("DFS ref"));
/* for DFS, server does not give us real inode data */
fill_fake_finddataunix(&find_data, sb);
rc = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment