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:34:36 +0000 (10:34 -0700)
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

Simple merge