diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2018-05-14 10:18:14 +0200 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2018-06-07 15:53:14 +0200 |
commit | c971dad849bd71930738c2bd1d0691b730fa2ae7 (patch) | |
tree | 86ee21a0cb1e5c5424f0f2ff30c108213665df1e /fs/ubifs/ubifs.h | |
parent | 422edacec0927b091ea5c32384f9d5b89efec1c1 (diff) | |
download | lwn-c971dad849bd71930738c2bd1d0691b730fa2ae7.tar.gz lwn-c971dad849bd71930738c2bd1d0691b730fa2ae7.zip |
ubifs: remove set but never used variable
replay_sqnum is set but never used. Remove it.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'fs/ubifs/ubifs.h')
-rw-r--r-- | fs/ubifs/ubifs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ubifs/ubifs.h b/fs/ubifs/ubifs.h index 5ee7af879cc4..209d6369ae71 100644 --- a/fs/ubifs/ubifs.h +++ b/fs/ubifs/ubifs.h @@ -1206,7 +1206,6 @@ struct ubifs_debug_info; * @replay_list: temporary list used during journal replay * @replay_buds: list of buds to replay * @cs_sqnum: sequence number of first node in the log (commit start node) - * @replay_sqnum: sequence number of node currently being replayed * @unclean_leb_list: LEBs to recover when re-mounting R/O mounted FS to R/W * mode * @rcvrd_mst_node: recovered master node to write when re-mounting R/O mounted @@ -1438,7 +1437,6 @@ struct ubifs_info { struct list_head replay_list; struct list_head replay_buds; unsigned long long cs_sqnum; - unsigned long long replay_sqnum; struct list_head unclean_leb_list; struct ubifs_mst_node *rcvrd_mst_node; struct rb_root size_tree; |