]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - libxfs/xfs_ag_resv.h
xfs: fix transaction leak on remote attr set/remove failure
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_ag_resv.h
index 4619b554ee90381406363a1f4a7ca3924c7df748..dc953fc84b2fae2253fb15a529baf1aa614d655f 100644 (file)
@@ -28,7 +28,7 @@ xfs_ag_resv_rmapbt_alloc(
        struct xfs_mount        *mp,
        xfs_agnumber_t          agno)
 {
-       struct xfs_alloc_arg    args = {0};
+       struct xfs_alloc_arg    args = { NULL };
        struct xfs_perag        *pag;
 
        args.len = 1;