mirror of
https://github.com/versity/scoutfs.git
synced 2026-04-22 06:20:31 +00:00
We use a new event callback in dlmglue so that scout has a chance to do some per-lock type counters. I included the most important dlmglue events - basically those which can cost us network or disk traffic. Right now scout just counts downconvert events since those are the most interesting to us. We also just count on the ino and index locks for now. Signed-off-by: Mark Fasheh <mfasheh@versity.com>