From: Sage Weil Date: Wed, 9 Jun 2010 23:52:04 +0000 (-0700) Subject: ceph: try to send partial cap release on cap message on missing inode X-Git-Tag: v2.6.35-rc3~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b2300d62ea413bec631d5b880effa2cc5363acb;p=pandora-kernel.git ceph: try to send partial cap release on cap message on missing inode If we have enough memory to allocate a new cap release message, do so, so that we can send a partial release message immediately. This keeps us from making the MDS wait when the cap release it needs is in a partially full release message. If we fail because of ENOMEM, oh well, they'll just have to wait a bit longer. Signed-off-by: Sage Weil --- Reading git-diff-tree failed