[XFS] Minor code rearranging and cleanup to prevent some coverity false
[deliverable/linux.git] / fs / xfs / xfs_alloc.c
index 879aa38ddd2ac8d7471b1724eaa3559072adf0e8..e80dda3437d196345b0d19cded4cac518b4e0eda 100644 (file)
@@ -1477,8 +1477,10 @@ xfs_alloc_ag_vextent_small(
        /*
         * Can't allocate from the freelist for some reason.
         */
-       else
+       else {
+               fbno = NULLAGBLOCK;
                flen = 0;
+       }
        /*
         * Can't do the allocation, give up.
         */
This page took 0.030281 seconds and 5 git commands to generate.