summaryrefslogtreecommitdiff
path: root/libbcachefs/journal_types.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2019-03-01 15:52:57 -0500
committerKent Overstreet <kent.overstreet@gmail.com>2019-03-01 15:52:57 -0500
commit35ab35989718ebce0419b911a7267a1f1563d61e (patch)
treebf60813e963a53893b1809823d4c37a08a14192c /libbcachefs/journal_types.h
parenta4eb187a6f0af8041ae2128e6ee82ab7a43cb87c (diff)
Update bcachefs sources to dab980b662 bcachefs: Don't get journal reservation until after we know insert will succeed
Diffstat (limited to 'libbcachefs/journal_types.h')
-rw-r--r--libbcachefs/journal_types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libbcachefs/journal_types.h b/libbcachefs/journal_types.h
index 8772e53f..f5629237 100644
--- a/libbcachefs/journal_types.h
+++ b/libbcachefs/journal_types.h
@@ -135,12 +135,6 @@ struct journal {
unsigned cur_entry_u64s;
unsigned cur_entry_sectors;
- /*
- * 0, or -ENOSPC if waiting on journal reclaim, or -EROFS if
- * insufficient devices:
- */
- int cur_entry_error;
-
/* Reserved space in journal entry to be used just prior to write */
unsigned entry_u64s_reserved;