All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] cifs: small clean up series
@ 2014-05-12 16:55 Andy Shevchenko
       [not found] ` <1399913707-31262-1-git-send-email-andriy.shevchenko-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Andy Shevchenko @ 2014-05-12 16:55 UTC (permalink / raw)
  To: Steve French, linux-cifs-u79uwXL29TY76Z2rM5mHXA,
	samba-technical-w/Ol4Ecudpl8XjKLYN78aQ, Jeff Layton,
	Alexander Bokovoy
  Cc: Andy Shevchenko

This is small clean up series against CIFS kernel module.

Changes since v2:
 - patch 1 got ACK and Reviwed-by tags
 - patch 2 incorporates new piece of code similar that it used to have already,
   thus tags were dropped for this round
 - new patch 3

Andy Shevchenko (3):
  cifs: call strtobool instead of custom implementation
  cifs: convert to print_hex_dump() instead of custom implementation
  cifs: convert printk(LEVEL...) to pr_<level>

 fs/cifs/cifs_debug.c | 77 ++++++++++++++++++++++------------------------------
 fs/cifs/cifs_debug.h |  7 ++---
 fs/cifs/connect.c    | 51 ++++++++++++----------------------
 fs/cifs/misc.c       | 32 ++--------------------
 fs/cifs/netmisc.c    |  2 +-
 fs/cifs/transport.c  |  4 +--
 6 files changed, 59 insertions(+), 114 deletions(-)

-- 
2.0.0.rc2

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-05-12 16:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-12 16:55 [PATCH v3 0/3] cifs: small clean up series Andy Shevchenko
     [not found] ` <1399913707-31262-1-git-send-email-andriy.shevchenko-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2014-05-12 16:55   ` [PATCH v3 1/3] cifs: call strtobool instead of custom implementation Andy Shevchenko
2014-05-12 16:55   ` [PATCH v3 2/3] cifs: convert to print_hex_dump() " Andy Shevchenko
2014-05-12 16:55   ` [PATCH v3 3/3] cifs: convert printk(LEVEL...) to pr_<level> Andy Shevchenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.