]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd: don't ignore return value of system()
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Sun, 27 Jan 2013 20:57:32 +0000 (21:57 +0100)
committerSage Weil <sage@inktank.com>
Mon, 28 Jan 2013 21:56:32 +0000 (13:56 -0800)
commitfb85c7f6cfe959cc63ce8bf637d852411ed102e7
tree2150b37a880a15837c7a56e3b6db8b85da39d35d
parent014fc6d6c1c68e2e3ad0117d08c4e46e4030d49e
rbd: don't ignore return value of system()

Check for the return value of system() and handle the error if needed

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/rbd.cc