mirror of
https://github.com/versity/scoutfs.git
synced 2025-12-23 05:25:18 +00:00
scoutfs: remove unused held_trans
The held lock struct had an unused 'held_trans' field from a previous version of the code that specifically tried to track if a held lock had the trans open. Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
#include "wire.h"
|
#include "wire.h"
|
||||||
|
|
||||||
struct scoutfs_wrlock_held {
|
struct scoutfs_wrlock_held {
|
||||||
bool held_trans;
|
|
||||||
u8 nr_shards;
|
u8 nr_shards;
|
||||||
u32 shards[SCOUTFS_WRLOCK_MAX_SHARDS];
|
u32 shards[SCOUTFS_WRLOCK_MAX_SHARDS];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user