diff options
author | Shan Hai <shan.hai@oracle.com> | 2017-06-14 21:35:07 -0700 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2017-06-19 08:59:10 -0700 |
commit | f990fc5ad13b8fecdf154f36c252d49d7e9bdfab (patch) | |
tree | a54d3b875fd8058712015f35e6c64ccaa10c033c /lib | |
parent | 3398a4005f0c8ced67a9071475562d435d88b7a6 (diff) | |
download | linux-f990fc5ad13b8fecdf154f36c252d49d7e9bdfab.tar.gz linux-f990fc5ad13b8fecdf154f36c252d49d7e9bdfab.tar.xz |
xfs: remove lsn relevant fields from xfs_trans structure and its users
The t_lsn is not used anymore and the t_commit_lsn is used as a tmp
storage for the checkpoint sequence number only in the current code.
And the start/commit lsn are tracked as a transaction group tag in
the xfs_cil_ctx instead of a single transaction, so remove them from
the xfs_trans structure and their users to match with the design.
Signed-off-by: Shan Hai <shan.hai@oracle.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions