Re: [PATCH 4/4] ext4, project: expand inode extra size if possible
From: Theodore Ts'o <tytso@mit.edu>
Date: 2017-08-06 05:05:39
From: Theodore Ts'o <tytso@mit.edu>
Date: 2017-08-06 05:05:39
On Fri, Jul 07, 2017 at 01:09:53AM +0800, Miao Xie wrote:
when upgrading from old format, try to set project id to old file first time, it will return EOVERFLOW, but if that file is dirtied(touch etc), changing project id will be allowed, this might be confusing for users, we could try to expand @i_extra_iszie here too. Reported-by: Zhang Yi <yi.zhang@huawei.com> Signed-off-by: Miao Xie <redacted> Signed-off-by: Wang Shilong <redacted>
Thanks, applied. - Ted