On Wed, Mar 09, 2016 at 03:18:57PM +0900, Satoru Takeuchi wrote:
> It's better to show a warning message for the exceptional case
> that one of objectid (in most case, inode number) reaches its
> highest value. For example, if inode cache is off and this event
> happens, we can't create any file even if there are not so many files.
> This message ease detecting such problem.
> 
> Signed-off-by: Satoru Takeuchi <takeuchi_sat...@jp.fujitsu.com>

Reviewed-by: David Sterba <dste...@suse.com>

I'll queue this one, with minor fixes

> +             btrfs_warn(root->fs_info,
> +                        "The objectid of root %llu reaches its highest 
> value.\n",

lower case 'The', no "." and no "\n" for the btrfs_* helpers
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to