On Wed, Jun 21, 2017 at 06:49:32PM -0700, Tahsin Erdogan wrote:
> IS_NOQUOTA() indicates whether quota is disabled for an inode. Ext4
> also uses it to check whether an inode is for a quota file. The
> distinction currently doesn't matter because quota is disabled only
> for the quota files. When we start disabling quota for other inodes
> in the future, we will want to make the distinction clear.
>
> Replace IS_NOQUOTA() call with ext4_is_quota_file() at places where
> we are checking for quota files.
>
> Signed-off-by: Tahsin Erdogan <[email protected]>
Added to the ext4 patch queue, thanks.
- Ted