Re: [PATCH 25/32] ext4: add ext4_is_quota_file()

2017-06-22 Thread Theodore Ts'o
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 w

[PATCH 25/32] ext4: add ext4_is_quota_file()

2017-06-21 Thread Tahsin Erdogan
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

[PATCH 25/32] ext4: add ext4_is_quota_file()

2017-06-21 Thread Tahsin Erdogan
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