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:
Zach Brown
2016-06-01 21:07:05 -07:00
parent ad5a58c348
commit c9caebc117

View File

@@ -4,7 +4,6 @@
#include "wire.h"
struct scoutfs_wrlock_held {
bool held_trans;
u8 nr_shards;
u32 shards[SCOUTFS_WRLOCK_MAX_SHARDS];
};