Whamcloud - gitweb
LU-6153 libcfs: rename cfs_snprintf() to scnprintf() 17/13517/3
authorJohn L. Hammond <john.hammond@intel.com>
Mon, 23 Mar 2015 15:23:15 +0000 (11:23 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 6 Apr 2015 03:01:38 +0000 (03:01 +0000)
commit6c0fa97869b568a7af2d21e7e4ed2b440b7dfa27
treeab7f1308d5693ecf23d248bf734c9c465e1a851e
parent05d13ca333a3158a98f0c0e048a85564c6b9ed88
LU-6153 libcfs: rename cfs_snprintf() to scnprintf()

Rename cfs_snprintf() to scnprintf() to match the existing kernel
function. Similarly rename cfs_vsnprintf() to vscnprintf(). Remove the
unused functions cfs_[v]snprintf().

Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: I361a28959dc8a20ab0e152eaed00fd4adf78cc34
Reviewed-on: http://review.whamcloud.com/13517
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Jenkins
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: James Simmons <uja.ornl@gmail.com>
libcfs/include/libcfs/libcfs_string.h
libcfs/libcfs/libcfs_string.c
lnet/lnet/nidstrings.c