From: Joe Perches Date: Wed, 5 Dec 2012 20:42:58 +0000 (-0800) Subject: cifs: Add CONFIG_CIFS_DEBUG and rename use of CIFS_DEBUG X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~54^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=471b1f98719a8e8f34f3a696d488e50754f8cf73;p=pandora-kernel.git cifs: Add CONFIG_CIFS_DEBUG and rename use of CIFS_DEBUG This can reduce the size of the module by ~120KB which could be useful for embedded systems. $ size fs/cifs/built-in.o* text data bss dec hex filename 388567 34459 100440 523466 7fcca fs/cifs/built-in.o.new 495970 34599 117904 648473 9e519 fs/cifs/built-in.o.old Signed-off-by: Joe Perches Reviewed-by: Jeff Layton --- Reading git-diff-tree failed