]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
ceph: fix message memory leak, uninitialized variable
authorSage Weil <sage@newdream.net>
Sun, 13 Jun 2010 17:30:19 +0000 (10:30 -0700)
committerSage Weil <sage@newdream.net>
Sun, 13 Jun 2010 17:30:19 +0000 (10:30 -0700)
commit24be97a84ff2f12200e3a2b6062ba085390ec8ce
treeb2df36ccf562b14ff1cf17eca6c84b66cdfd2814
parent86115d36d6f5d784110c9904b1e5232f725b4ea9
ceph: fix message memory leak, uninitialized variable

We need to properly initialize skip, as not all alloc_msg op instances
set it.

Also, BUG if someone says skip but also allocates a message.

Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/messenger.c