]> git.proxmox.com Git - mirror_spl.git/commit - module/spl/spl-vnode.c
3 minor fixups where sprintf() was used instead of snprintf() with
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Tue, 4 Nov 2008 23:30:15 +0000 (23:30 +0000)
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Tue, 4 Nov 2008 23:30:15 +0000 (23:30 +0000)
commit12018327f5a42304971b816d64756a47cb1bed9f
tree5584bfdfefa579be626bb1b780adcc68a94f3b32
parent0498e6c5853a37b2d41e043fd566a752281f2185
3 minor fixups where sprintf() was used instead of snprintf() with
a known max length.  Additionally the function return value is cast
to void to make it explicit that the value is not needed.

git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@172 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
modules/spl/spl-proc.c
modules/spl/spl-vnode.c
modules/splat/splat-kmem.c