Searched hist:c968f5788bc91fe4f86df1a68f0d6471396b4d78 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/gfs2/ |
H A D | trans.h | diff c968f5788bc91fe4f86df1a68f0d6471396b4d78 Fri Jan 29 09:45:33 CST 2021 Andreas Gruenbacher <agruenba@redhat.com> gfs2: Clean up on-stack transactions
Replace the TR_ALLOCED flag by its inverse, TR_ONSTACK: that way, the flag only needs to be set in the exceptional case of on-stack transactions. Split off __gfs2_trans_begin from gfs2_trans_begin and use it to replace the open-coded version in gfs2_ail_empty_gl.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
|
H A D | trans.c | diff c968f5788bc91fe4f86df1a68f0d6471396b4d78 Fri Jan 29 09:45:33 CST 2021 Andreas Gruenbacher <agruenba@redhat.com> gfs2: Clean up on-stack transactions
Replace the TR_ALLOCED flag by its inverse, TR_ONSTACK: that way, the flag only needs to be set in the exceptional case of on-stack transactions. Split off __gfs2_trans_begin from gfs2_trans_begin and use it to replace the open-coded version in gfs2_ail_empty_gl.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
|
H A D | log.c | diff c968f5788bc91fe4f86df1a68f0d6471396b4d78 Fri Jan 29 09:45:33 CST 2021 Andreas Gruenbacher <agruenba@redhat.com> gfs2: Clean up on-stack transactions
Replace the TR_ALLOCED flag by its inverse, TR_ONSTACK: that way, the flag only needs to be set in the exceptional case of on-stack transactions. Split off __gfs2_trans_begin from gfs2_trans_begin and use it to replace the open-coded version in gfs2_ail_empty_gl.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
|
H A D | glops.c | diff c968f5788bc91fe4f86df1a68f0d6471396b4d78 Fri Jan 29 09:45:33 CST 2021 Andreas Gruenbacher <agruenba@redhat.com> gfs2: Clean up on-stack transactions
Replace the TR_ALLOCED flag by its inverse, TR_ONSTACK: that way, the flag only needs to be set in the exceptional case of on-stack transactions. Split off __gfs2_trans_begin from gfs2_trans_begin and use it to replace the open-coded version in gfs2_ail_empty_gl.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
|
H A D | incore.h | diff c968f5788bc91fe4f86df1a68f0d6471396b4d78 Fri Jan 29 09:45:33 CST 2021 Andreas Gruenbacher <agruenba@redhat.com> gfs2: Clean up on-stack transactions
Replace the TR_ALLOCED flag by its inverse, TR_ONSTACK: that way, the flag only needs to be set in the exceptional case of on-stack transactions. Split off __gfs2_trans_begin from gfs2_trans_begin and use it to replace the open-coded version in gfs2_ail_empty_gl.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
|