]> err.no Git - linux-2.6/blobdiff - fs/xfs/xfs_alloc.c
Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6
[linux-2.6] / 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.
         */