From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suresh Jayaraman Subject: Purpose of GLOBAL_EXTERN macro Date: Tue, 11 Oct 2011 15:10:09 +0530 Message-ID: <4E940EF9.7030603@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit To: Steve French , linux-cifs Return-path: Sender: linux-cifs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: I bumped into the GLOBAL_EXTERN macro in the cifs code. I'm not sure I understand the purpose of this. Can someone explain why we need this instead of simply using "extern"? Thanks Suresh