[PATCH] /fs/cifs HEAD

From: Timo Witte
Date: Mon Mar 29 2010 - 04:39:28 EST


commit 4baf102b1db4ba5c91532acf84acdb9c31867fe6
Author: Timo Witte <timo.witte@xxxxxxxxxxxxxx>
Date: Â Mon Mar 29 10:20:09 2010 +0200
ÂÂ Âadded additional info to error message in cifs
diff --git a/fs/cifs/dns_resolve.c b/fs/cifs/dns_resolve.c
index 8794814..28b588c 100644
--- a/fs/cifs/dns_resolve.c
+++ b/fs/cifs/dns_resolve.c
@@ -137,7 +137,7 @@ dns_resolve_server_name_to_ip(const char *unc,
char **ip_addr)
ÂÂ Â Â Â Â Â Â Âlen = rkey->type_data.x[0];
ÂÂ Â Â Â Â Â Â Âdata = rkey->payload.data;
ÂÂ Â Â Â} else {
- Â Â Â Â Â Â Â cERROR(1, ("%s: unable to resolve: %s", __func__, name));
+ Â Â Â Â Â Â ÂcERROR(1, ("%s: unable to resolve: %s have you
installed /sbin/request-key ?", __func__, name));
ÂÂ Â Â Â Â Â Â Âgoto out;
ÂÂ Â Â Â}
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/