[PATCH v2 13/18] fs/ceph: remove unused field `ceph_cap.last_used`

From: Max Kellermann

Date: Mon Jul 06 2026 - 03:53:40 EST


This reduces the size of `struct ceph_cap` by 8 bytes.

Signed-off-by: Max Kellermann <max.kellermann@xxxxxxxxx>
---
fs/ceph/super.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/fs/ceph/super.h b/fs/ceph/super.h
index e5ab1b83a84d..4916faf54915 100644
--- a/fs/ceph/super.h
+++ b/fs/ceph/super.h
@@ -224,7 +224,6 @@ struct ceph_cap {
};
u32 seq, issue_seq, mseq;
u32 cap_gen; /* active/stale cycle */
- unsigned long last_used;
struct list_head caps_item;
};

--
2.47.3