All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] [PATCH] mkfs.gfs2: fix tests call to gfs_max_blocks
@ 2018-05-04 10:00 Valentin Vidic
  2018-05-04 10:22 ` Andrew Price
  0 siblings, 1 reply; 2+ messages in thread
From: Valentin Vidic @ 2018-05-04 10:00 UTC (permalink / raw)
  To: cluster-devel.redhat.com

Replace call to nonexisting util_max_blocks.

Signed-off-by: Valentin Vidic <Valentin.Vidic@CARNet.hr>
---
 tests/mkfs.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/mkfs.at b/tests/mkfs.at
index 7ae6fcc2..ee444f50 100644
--- a/tests/mkfs.at
+++ b/tests/mkfs.at
@@ -52,7 +52,7 @@ AT_CLEANUP
 
 AT_SETUP([Max. blocks, max. block size])
 AT_KEYWORDS(mkfs.gfs2 mkfs)
-GFS_FSCK_CHECK([$GFS_MKFS -p lock_nolock -b 4096 $GFS_TGT $(util_max_blocks 4096)])
+GFS_FSCK_CHECK([$GFS_MKFS -p lock_nolock -b 4096 $GFS_TGT $(gfs_max_blocks 4096)])
 AT_CLEANUP
 
 AT_SETUP([Max. resource group size])
-- 
2.17.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Cluster-devel] [PATCH] mkfs.gfs2: fix tests call to gfs_max_blocks
  2018-05-04 10:00 [Cluster-devel] [PATCH] mkfs.gfs2: fix tests call to gfs_max_blocks Valentin Vidic
@ 2018-05-04 10:22 ` Andrew Price
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Price @ 2018-05-04 10:22 UTC (permalink / raw)
  To: cluster-devel.redhat.com

On 04/05/18 11:00, Valentin Vidic wrote:
> Replace call to nonexisting util_max_blocks.
> 
> Signed-off-by: Valentin Vidic <Valentin.Vidic@CARNet.hr>
> ---
>   tests/mkfs.at | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied - thanks!

Andy

> diff --git a/tests/mkfs.at b/tests/mkfs.at
> index 7ae6fcc2..ee444f50 100644
> --- a/tests/mkfs.at
> +++ b/tests/mkfs.at
> @@ -52,7 +52,7 @@ AT_CLEANUP
>   
>   AT_SETUP([Max. blocks, max. block size])
>   AT_KEYWORDS(mkfs.gfs2 mkfs)
> -GFS_FSCK_CHECK([$GFS_MKFS -p lock_nolock -b 4096 $GFS_TGT $(util_max_blocks 4096)])
> +GFS_FSCK_CHECK([$GFS_MKFS -p lock_nolock -b 4096 $GFS_TGT $(gfs_max_blocks 4096)])
>   AT_CLEANUP
>   
>   AT_SETUP([Max. resource group size])
> 



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-04 10:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-04 10:00 [Cluster-devel] [PATCH] mkfs.gfs2: fix tests call to gfs_max_blocks Valentin Vidic
2018-05-04 10:22 ` Andrew Price

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.