summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW_DM
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2012-02-23 22:45:43 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2012-02-23 22:45:43 +0000
commitb3d10d7bf1497b2df59f7d74eae6caeed9c68ae0 (patch)
tree824453a0b4956043c27394b6db57a74f2abe7b1e /WHATS_NEW_DM
parent499a161640138ad0315a2b8b2fc9c9f7833b82b3 (diff)
downloadlvm2-b3d10d7bf1497b2df59f7d74eae6caeed9c68ae0.tar.gz
lvm2-b3d10d7bf1497b2df59f7d74eae6caeed9c68ae0.tar.xz
lvm2-b3d10d7bf1497b2df59f7d74eae6caeed9c68ae0.zip
Introduce dm_strncpy
Should be faster then strncpy - since we could avoid clearing 4KB pages with each strncpy(...,PATH_MAX). Also it's easy to check whether string fit - and eventually avoid to continue working we incomplete string.
Diffstat (limited to 'WHATS_NEW_DM')
-rw-r--r--WHATS_NEW_DM1
1 files changed, 1 insertions, 0 deletions
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index 2305361b..9cb43620 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,5 +1,6 @@
Version 1.02.73 -
====================================
+ Add dm_strncpy() function as a faster strncpy() replacement.
Version 1.02.72 - 23rd February 2012
====================================