ceph: avoid immediate cap check after import
authorSage Weil <sage@newdream.net>
Tue, 18 Jan 2011 17:00:01 +0000 (09:00 -0800)
committerSage Weil <sage@newdream.net>
Wed, 19 Jan 2011 17:23:26 +0000 (09:23 -0800)
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>

No differences found