Searched hist:"783 e8a7c9cab6744ebc5dfe75081248ac39181b2" (Results 1 – 4 of 4) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_refcount_item.h | diff 783e8a7c9cab6744ebc5dfe75081248ac39181b2 Tue Jul 02 20:23:12 CEST 2024 Darrick J. Wong <djwong@kernel.org> xfs: move xfs_refcount_update_defer_add to xfs_refcount_item.c
Move the code that adds the incore xfs_refcount_update_item deferred work data to a transaction live with the CUI log item code. This means that the refcount code no longer has to know about the inner workings of the CUI log items.
As a consequence, we can get rid of the _{get,put}_group helpers.
Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
|
H A D | xfs_refcount_item.c | diff 783e8a7c9cab6744ebc5dfe75081248ac39181b2 Tue Jul 02 20:23:12 CEST 2024 Darrick J. Wong <djwong@kernel.org> xfs: move xfs_refcount_update_defer_add to xfs_refcount_item.c
Move the code that adds the incore xfs_refcount_update_item deferred work data to a transaction live with the CUI log item code. This means that the refcount code no longer has to know about the inner workings of the CUI log items.
As a consequence, we can get rid of the _{get,put}_group helpers.
Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_refcount.h | diff 783e8a7c9cab6744ebc5dfe75081248ac39181b2 Tue Jul 02 20:23:12 CEST 2024 Darrick J. Wong <djwong@kernel.org> xfs: move xfs_refcount_update_defer_add to xfs_refcount_item.c
Move the code that adds the incore xfs_refcount_update_item deferred work data to a transaction live with the CUI log item code. This means that the refcount code no longer has to know about the inner workings of the CUI log items.
As a consequence, we can get rid of the _{get,put}_group helpers.
Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
|
H A D | xfs_refcount.c | diff 783e8a7c9cab6744ebc5dfe75081248ac39181b2 Tue Jul 02 20:23:12 CEST 2024 Darrick J. Wong <djwong@kernel.org> xfs: move xfs_refcount_update_defer_add to xfs_refcount_item.c
Move the code that adds the incore xfs_refcount_update_item deferred work data to a transaction live with the CUI log item code. This means that the refcount code no longer has to know about the inner workings of the CUI log items.
As a consequence, we can get rid of the _{get,put}_group helpers.
Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
|