[PATCH 3/3] XFS: Print error when unable to allocate inodes or out of free inodes.

Raghavendra Prabhu raghu.prabhu13 at gmail.com
Wed Sep 26 01:14:02 CDT 2012


Hi,

On Fri, Sep 21, 2012 at 12:46 PM, Raghavendra D Prabhu
<raghu.prabhu13 at gmail.com> wrote:
> Hi,
>
>
>>
>>> +                               goto out_spc;
>>> +                       }
>>> +                       return 0;
>>>                 }
>>>         }
>>>
>>> +out_spc:
>>> +       *inop = NULLFSINO;
>>> +       return ENOSPC;
>>>  out_alloc:
>>>         *IO_agbp = NULL;
>>>         return xfs_dialloc_ag(tp, agbp, parent, inop);
>>
>>
>> Default behaviour on a loop break is to allocate inodes, not return
>> ENOSPC.
>>
>> BTW, there's no need to cc LKML for XFS specific patches. LKML is
>> noisy enough as it is without unnecessary cross-posts....
>>
>> Cheers,
>>
>> Dave.
>> --
>> Dave Chinner
>> david at fromorbit.com
>>
>

Ignore the previous. Resending the patch with fixes mentioned.



More information about the xfs mailing list