From: Peng Tao Date: Wed, 5 Mar 2014 13:27:19 +0000 (+0800) Subject: staging/lustre/libcfs: remove obsolete function declaration X-Git-Tag: v3.15-rc1~139^2~510 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=1527469d4ad24f4473ef7267848d2a1721e09be6;p=linux.git staging/lustre/libcfs: remove obsolete function declaration Cc: Andreas Dilger Cc: Oleg Drokin Signed-off-by: Peng Tao Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/include/linux/libcfs/libcfs_string.h b/drivers/staging/lustre/include/linux/libcfs/libcfs_string.h index 73c251fca438..509dc1e5c3b1 100644 --- a/drivers/staging/lustre/include/linux/libcfs/libcfs_string.h +++ b/drivers/staging/lustre/include/linux/libcfs/libcfs_string.h @@ -49,18 +49,6 @@ int cfs_strncasecmp(const char *s1, const char *s2, size_t n); /* Convert a text string to a bitmask */ int cfs_str2mask(const char *str, const char *(*bit2str)(int bit), int *oldmask, int minmask, int allmask); - -/* Allocate space for and copy an existing string. - * Must free with kfree(). - */ -char *cfs_strdup(const char *str, u_int32_t flags); - -/* safe vsnprintf */ -int cfs_vsnprintf(char *buf, size_t size, const char *fmt, va_list args); - -/* safe snprintf */ -int cfs_snprintf(char *buf, size_t size, const char *fmt, ...); - /* trim leading and trailing space characters */ char *cfs_firststr(char *str, size_t size);