commit | 471b1f98719a8e8f34f3a696d488e50754f8cf73 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Dec 05 12:42:58 2012 -0800 |
committer | Steve French <smfrench@gmail.com> | Wed Dec 05 14:58:36 2012 -0600 |
tree | d8982249d05ffc79299de08bee775b49423963c7 | |
parent | bde98197310fd085ee4bb00ab310abcbe55b0664 [diff] |
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 <joe@perches.com> Reviewed-by: Jeff Layton <jlayton@redhat.com>