commit | 85ccce43a3fc15a40ded6ae1603e3f68a17f4d24 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Wed Feb 17 10:02:43 2010 -0800 |
committer | Sage Weil <sage@newdream.net> | Wed Feb 17 10:02:43 2010 -0800 |
tree | 1e15fb7dc7df43da4a3feacff671c8169e96291d | |
parent | 5ce6e9dbe6805ab8ee67e21936d17f431adc63c6 [diff] |
ceph: clean up readdir caps reservation Use a global counter for the minimum number of allocated caps instead of hard coding a check against readdir_max. This takes into account multiple client instances, and avoids examining the superblock mount options when a cap is dropped. Signed-off-by: Sage Weil <sage@newdream.net>