Files
android_kernel_xiaomi_sm8450/fs/xfs
Dave Chinner e6631f8554 xfs: get rid of the log item descriptor
It's just a connector between a transaction and a log item. There's
a 1:1 relationship between a log item descriptor and a log item,
and a 1:1 relationship between a log item descriptor and a
transaction. Both relationships are created and terminated at the
same time, so why do we even have the descriptor?

Replace it with a specific list_head in the log item and a new
log item dirtied flag to replace the XFS_LID_DIRTY flag.

Signed-Off-By: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
[darrick: fix up deferred agfl intent finish_item use of LID_DIRTY]
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
2018-05-10 08:56:46 -07:00
..
2018-04-11 10:28:39 -07:00
2018-03-30 11:34:55 -07:00
2017-11-09 15:50:29 -08:00
2017-10-26 15:38:26 -07:00
2018-05-10 08:56:41 -07:00
2018-05-09 10:04:00 -07:00
2018-05-10 08:56:41 -07:00
2018-05-10 08:56:41 -07:00
2017-04-03 15:18:17 -07:00
2018-05-10 08:56:41 -07:00
2018-05-10 08:56:41 -07:00
2018-05-10 08:56:41 -07:00
2017-11-09 15:50:29 -08:00
2017-10-26 15:38:27 -07:00
2018-05-10 08:56:41 -07:00
2018-05-10 08:56:41 -07:00
2017-12-08 17:51:05 -08:00