commit | 7e57b81c7688c762bc9e775bc83f9fc17946f527 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Tue Jan 18 09:00:01 2011 -0800 |
committer | Sage Weil <sage@newdream.net> | Wed Jan 19 09:23:26 2011 -0800 |
tree | d50dada5f348a9e9137a631e525c63f57e0cb796 | |
parent | 088b3f5e9ee2649f5cfc2f08d8ce654e3eeba310 [diff] |
ceph: avoid immediate cap check after import The NODELAY flag avoids the heuristics that delay cap (issued/wanted) release. There's no reason for that after we import a cap, and it kills whatever benefit we get from those delays. Signed-off-by: Sage Weil <sage@newdream.net>