Searched hist:"2 e9eeaa1175112ac494ba3c2ea4b71b1febeb6ab" (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/gfs2/ |
H A D | log.h | diff 2e9eeaa1175112ac494ba3c2ea4b71b1febeb6ab Fri Dec 13 08:10:51 CST 2019 Bob Peterson <rpeterso@redhat.com> gfs2: eliminate ssize parameter from gfs2_struct2blk
Every caller of function gfs2_struct2blk specified sizeof(u64).
This patch eliminates the unnecessary parameter and replaces the size calculation with a new superblock variable that is computed to be the maximum number of block pointers we can fit inside a log descriptor, as is done for pointers per dinode and indirect block.
Signed-off-by: Bob Peterson <rpeterso@redhat.com> Reviewed-by: Andrew Price <anprice@redhat.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
|
H A D | trans.c | diff 2e9eeaa1175112ac494ba3c2ea4b71b1febeb6ab Fri Dec 13 08:10:51 CST 2019 Bob Peterson <rpeterso@redhat.com> gfs2: eliminate ssize parameter from gfs2_struct2blk
Every caller of function gfs2_struct2blk specified sizeof(u64).
This patch eliminates the unnecessary parameter and replaces the size calculation with a new superblock variable that is computed to be the maximum number of block pointers we can fit inside a log descriptor, as is done for pointers per dinode and indirect block.
Signed-off-by: Bob Peterson <rpeterso@redhat.com> Reviewed-by: Andrew Price <anprice@redhat.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
|
H A D | lops.c | diff 2e9eeaa1175112ac494ba3c2ea4b71b1febeb6ab Fri Dec 13 08:10:51 CST 2019 Bob Peterson <rpeterso@redhat.com> gfs2: eliminate ssize parameter from gfs2_struct2blk
Every caller of function gfs2_struct2blk specified sizeof(u64).
This patch eliminates the unnecessary parameter and replaces the size calculation with a new superblock variable that is computed to be the maximum number of block pointers we can fit inside a log descriptor, as is done for pointers per dinode and indirect block.
Signed-off-by: Bob Peterson <rpeterso@redhat.com> Reviewed-by: Andrew Price <anprice@redhat.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
|
H A D | log.c | diff 2e9eeaa1175112ac494ba3c2ea4b71b1febeb6ab Fri Dec 13 08:10:51 CST 2019 Bob Peterson <rpeterso@redhat.com> gfs2: eliminate ssize parameter from gfs2_struct2blk
Every caller of function gfs2_struct2blk specified sizeof(u64).
This patch eliminates the unnecessary parameter and replaces the size calculation with a new superblock variable that is computed to be the maximum number of block pointers we can fit inside a log descriptor, as is done for pointers per dinode and indirect block.
Signed-off-by: Bob Peterson <rpeterso@redhat.com> Reviewed-by: Andrew Price <anprice@redhat.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
|
H A D | glops.c | diff 2e9eeaa1175112ac494ba3c2ea4b71b1febeb6ab Fri Dec 13 08:10:51 CST 2019 Bob Peterson <rpeterso@redhat.com> gfs2: eliminate ssize parameter from gfs2_struct2blk
Every caller of function gfs2_struct2blk specified sizeof(u64).
This patch eliminates the unnecessary parameter and replaces the size calculation with a new superblock variable that is computed to be the maximum number of block pointers we can fit inside a log descriptor, as is done for pointers per dinode and indirect block.
Signed-off-by: Bob Peterson <rpeterso@redhat.com> Reviewed-by: Andrew Price <anprice@redhat.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
|
H A D | incore.h | diff 2e9eeaa1175112ac494ba3c2ea4b71b1febeb6ab Fri Dec 13 08:10:51 CST 2019 Bob Peterson <rpeterso@redhat.com> gfs2: eliminate ssize parameter from gfs2_struct2blk
Every caller of function gfs2_struct2blk specified sizeof(u64).
This patch eliminates the unnecessary parameter and replaces the size calculation with a new superblock variable that is computed to be the maximum number of block pointers we can fit inside a log descriptor, as is done for pointers per dinode and indirect block.
Signed-off-by: Bob Peterson <rpeterso@redhat.com> Reviewed-by: Andrew Price <anprice@redhat.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
|
H A D | ops_fstype.c | diff 2e9eeaa1175112ac494ba3c2ea4b71b1febeb6ab Fri Dec 13 08:10:51 CST 2019 Bob Peterson <rpeterso@redhat.com> gfs2: eliminate ssize parameter from gfs2_struct2blk
Every caller of function gfs2_struct2blk specified sizeof(u64).
This patch eliminates the unnecessary parameter and replaces the size calculation with a new superblock variable that is computed to be the maximum number of block pointers we can fit inside a log descriptor, as is done for pointers per dinode and indirect block.
Signed-off-by: Bob Peterson <rpeterso@redhat.com> Reviewed-by: Andrew Price <anprice@redhat.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
|