diff mbox

Avoid DNS reverse resolution for server names (take 3)

Message ID 20130502165302.593ec4b6@notabene.brown (mailing list archive)
State New, archived
Headers show

Commit Message

NeilBrown May 2, 2013, 6:53 a.m. UTC
On Thu, 2 May 2013 13:13:32 +1000 NeilBrown <neilb@suse.de> wrote:


> Possible patch below.

BTW if you end up applying that without requiring a second revision, please
add



original patch added this include, but doesn't need it.

NeilBrown

Comments

Steve Dickson May 7, 2013, 3:20 p.m. UTC | #1
On 02/05/13 02:53, NeilBrown wrote:
> On Thu, 2 May 2013 13:13:32 +1000 NeilBrown <neilb@suse.de> wrote:
> 
> 
>> Possible patch below.
> 
> BTW if you end up applying that without requiring a second revision, please
> add
> 
> --- a/utils/gssd/gssd_proc.c
> +++ b/utils/gssd/gssd_proc.c
> @@ -67,7 +67,6 @@
>  #include <errno.h>
>  #include <gssapi/gssapi.h>
>  #include <netdb.h>
> -#include <ctype.h>
>  
>  #include "gssd.h"
>  #include "err_util.h"
> 
> 
> original patch added this include, but doesn't need it.
I'll remove it when I apply your other patch that 
fixes is_subdirectory...

thanks!

steved.

--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Steve Dickson May 7, 2013, 3:59 p.m. UTC | #2
On 02/05/13 02:53, NeilBrown wrote:
> On Thu, 2 May 2013 13:13:32 +1000 NeilBrown <neilb@suse.de> wrote:
> 
> 
>> Possible patch below.
> 
> BTW if you end up applying that without requiring a second revision, please
> add
> 
> --- a/utils/gssd/gssd_proc.c
> +++ b/utils/gssd/gssd_proc.c
> @@ -67,7 +67,6 @@
>  #include <errno.h>
>  #include <gssapi/gssapi.h>
>  #include <netdb.h>
> -#include <ctype.h>
>  
>  #include "gssd.h"
>  #include "err_util.h"
> 
> 
> original patch added this include, but doesn't need it.
Fixed... 

steved.

> 
> NeilBrown
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- a/utils/gssd/gssd_proc.c
+++ b/utils/gssd/gssd_proc.c
@@ -67,7 +67,6 @@ 
 #include <errno.h>
 #include <gssapi/gssapi.h>
 #include <netdb.h>
-#include <ctype.h>
 
 #include "gssd.h"
 #include "err_util.h"