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)
commit7e57b81c7688c762bc9e775bc83f9fc17946f527
treed50dada5f348a9e9137a631e525c63f57e0cb796
parent088b3f5e9ee2649f5cfc2f08d8ce654e3eeba310
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>
fs/ceph/caps.c
This page took 0.025131 seconds and 5 git commands to generate.