mirror of
https://github.com/versity/scoutfs.git
synced 2026-07-28 19:13:13 +00:00
Remove unused traced_extent leavings
Remove some lingering support helpers for the traced_extent struct that we haven't used in a while. Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
@@ -38,13 +38,6 @@ struct scoutfs_data_wait {
|
||||
.err = 0, \
|
||||
}
|
||||
|
||||
struct scoutfs_traced_extent {
|
||||
u64 iblock;
|
||||
u64 count;
|
||||
u64 blkno;
|
||||
u8 flags;
|
||||
};
|
||||
|
||||
extern const struct address_space_operations scoutfs_file_aops;
|
||||
extern const struct file_operations scoutfs_file_fops;
|
||||
struct scoutfs_alloc;
|
||||
|
||||
@@ -58,9 +58,6 @@ struct lock_info;
|
||||
__entry->pref##_map, \
|
||||
__entry->pref##_flags
|
||||
|
||||
#define DECLARE_TRACED_EXTENT(name) \
|
||||
struct scoutfs_traced_extent name = {0}
|
||||
|
||||
DECLARE_EVENT_CLASS(scoutfs_ino_ret_class,
|
||||
TP_PROTO(struct super_block *sb, u64 ino, int ret),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user