From patchwork Tue Aug 3 05:03:41 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Neuling X-Patchwork-Id: 116681 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o7353lIr025642 for ; Tue, 3 Aug 2010 05:03:47 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755139Ab0HCFDo (ORCPT ); Tue, 3 Aug 2010 01:03:44 -0400 Received: from ozlabs.org ([203.10.76.45]:42893 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755135Ab0HCFDn (ORCPT ); Tue, 3 Aug 2010 01:03:43 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id 860ACB70CC; Tue, 3 Aug 2010 15:03:42 +1000 (EST) Received: by localhost.localdomain (Postfix, from userid 1000) id DAAC1CC129; Tue, 3 Aug 2010 15:03:41 +1000 (EST) Received: from neuling.org (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id D9162CC128; Tue, 3 Aug 2010 15:03:41 +1000 (EST) From: Michael Neuling To: stable@kernel.org cc: linux-cifs@vger.kernel.org, linux-kernel@vger.kernel.org, David Howells , Jeff Layton X-GPG-Fingerprint: 9B25 DC2A C58D 2C8D 47C2 457E 0887 E86F 32E6 BE16 MIME-Version: 1.0 Subject: [PATCH 2.6.32/stable] CIFS: Remove __exit mark from cifs_init_dns_resolver() header X-Mailer: MH-E 8.2; nmh 1.3; GNU Emacs 23.1.1 References: <19789.1280811783@neuling.org> Date: Tue, 03 Aug 2010 15:03:41 +1000 Message-ID: <19826.1280811821@neuling.org> Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Tue, 03 Aug 2010 05:03:47 +0000 (UTC) Index: linux-2.6-ozlabs/fs/cifs/dns_resolve.h =================================================================== --- linux-2.6-ozlabs.orig/fs/cifs/dns_resolve.h +++ linux-2.6-ozlabs/fs/cifs/dns_resolve.h @@ -24,7 +24,7 @@ #define _DNS_RESOLVE_H #ifdef __KERNEL__ -extern int __init cifs_init_dns_resolver(void); +extern int cifs_init_dns_resolver(void); extern void cifs_exit_dns_resolver(void); extern int dns_resolve_server_name_to_ip(const char *unc, char **ip_addr); #endif /* KERNEL */