On Fri, 22 Nov 2013 11:26:57 +0100 Gregor Beck <gbeck@xxxxxxxxx> wrote: The subject on this patch needs more elaboration. "cFYI" doesn't tell me much when I'm looking at this patch in a year or two. > --- > smb1ops.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/smb1ops.c b/smb1ops.c > index a12e370..11daa28 100644 > --- a/smb1ops.c > +++ b/smb1ops.c > @@ -522,6 +522,7 @@ cifs_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon, > rc = CIFSSMBQPathInfo(xid, tcon, full_path, file_info, > 0 /* not legacy */, cifs_sb->local_nls, remap); > if (rc == -EIO) { > + cifs_dbg(FYI, "is_path_accessible: FALLBACK"); > rc = CIFSSMBQPathInfoBasic(xid, tcon, full_path, > (FILE_BASIC_INFO*)file_info, > cifs_sb->local_nls, remap); > @@ -547,6 +548,7 @@ cifs_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, > cifs_sb->local_nls, remap); > > if (rc == -EIO) { > + cifs_dbg(FYI, "cifs_query_path_info: FALLBACK"); > rc = CIFSSMBQPathInfoBasic(xid, tcon, full_path, > (FILE_BASIC_INFO*)data, > cifs_sb->local_nls, remap); -- Jeff Layton <jlayton@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html