Re: [PATCH -v2 3/3] xfs: cleanup quota check on disk blocks and inodes reservations

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 02/06/12 06:51, Mitsuo Hayasaka wrote:
This patch is a cleanup of quota check on disk blocks and inodes
reservations, and changes it as follows.

(1) add a total_count variable to store the total number of
     current usages and new reservations for disk blocks and inodes,
     respectively.

(2) make it more readable to check if the local variables softlimit
     and hardlimit are positive. It has been changed as follows.
	    if (softlimit>  0ULL) ->  if (softlimit)
	    if (hardlimit>  0ULL) ->  if (hardlimit)
     This is because they are defined as xfs_qcnt_t which is unsigned.

Signed-off-by: Mitsuo Hayasaka<mitsuo.hayasaka.hu@xxxxxxxxxxx>


Looks good.

Reviewed-by: Mark Tinguely <tinguely@xxxxxxx>

_______________________________________________
xfs mailing list
xfs@xxxxxxxxxxx
http://oss.sgi.com/mailman/listinfo/xfs


[Index of Archives]     [Linux XFS Devel]     [Linux Filesystem Development]     [Filesystem Testing]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux