Searched hist:"9713 dc88773d066413ae23aa474b13241507a89e" (Results 1 – 2 of 2) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_attr_item.c | diff 9713dc88773d066413ae23aa474b13241507a89e Mon Apr 22 18:47:37 CEST 2024 Darrick J. Wong <djwong@kernel.org> xfs: move xfs_attr_defer_add to xfs_attr_item.c
Move the code that adds the incore xfs_attr_item deferred work data to a transaction live with the ATTRI log item code. This means that the upper level extended attribute code no longer has to know about the inner workings of the ATTRI log items.
Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_attr.c | diff 9713dc88773d066413ae23aa474b13241507a89e Mon Apr 22 18:47:37 CEST 2024 Darrick J. Wong <djwong@kernel.org> xfs: move xfs_attr_defer_add to xfs_attr_item.c
Move the code that adds the incore xfs_attr_item deferred work data to a transaction live with the ATTRI log item code. This means that the upper level extended attribute code no longer has to know about the inner workings of the ATTRI log items.
Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
|