Re: [PATCH] Show a warning message if one of highest objectid reaches its max value

2016-03-06 Thread Satoru Takeuchi
Hi Filipe, On 2016/03/04 18:28, Filipe Manana wrote: On Fri, Mar 4, 2016 at 2:37 AM, Satoru Takeuchi wrote: - It's better to show a warning message for the exceptional case that one of highest objectid (in most case, inode number) reaches its max value,

Re: [PATCH] Show a warning message if one of highest objectid reaches its max value

2016-03-04 Thread Filipe Manana
On Fri, Mar 4, 2016 at 2:37 AM, Satoru Takeuchi wrote: > - It's better to show a warning message for the exceptional case > that one of highest objectid (in most case, inode number) > reaches its max value, BTRFS_LAST_FREE_OBJECTID. Show this > message only

[PATCH] Show a warning message if one of highest objectid reaches its max value

2016-03-03 Thread Satoru Takeuchi
- It's better to show a warning message for the exceptional case that one of highest objectid (in most case, inode number) reaches its max value, BTRFS_LAST_FREE_OBJECTID. Show this message only once to avoid filling dmesg with it. - EOVERFLOW is more proper return value for this case.