From: Kotresh HR <khiremat@xxxxxxxxxx> I have addressed the review comments. For quota less than CEPH_BLOCK size, smaller block size of 4K is used. But if quota is less than 4K, it is decided to go with binary use/free of 4K block. For quota size less than 4K size, report the total=used=4K,free=0 when quota is full and total=free=4K,used=0 otherwise. Kotresh HR (1): ceph: Fix incorrect statfs report for small quota fs/ceph/quota.c | 14 ++++++++++++++ fs/ceph/super.h | 1 + 2 files changed, 15 insertions(+) -- 2.31.1