[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20120215023306.GC17149@infradead.org>
Date: Tue, 14 Feb 2012 21:33:06 -0500
From: Christoph Hellwig <hch@...radead.org>
To: Mitsuo Hayasaka <mitsuo.hayasaka.hu@...achi.com>
Cc: Ben Myers <bpm@....com>, Alex Elder <aelder@....com>,
Christoph Hellwig <hch@....de>, Alex Elder <elder@...nel.org>,
linux-kernel@...r.kernel.org, xfs@....sgi.com,
xfs-masters@....sgi.com, yrl.pp-manager.tt@...achi.com
Subject: Re: [PATCH -v2 3/3] xfs: cleanup quota check on disk blocks and
inodes reservations
On Mon, Feb 06, 2012 at 09:51:05PM +0900, 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@...achi.com>
> Cc: Ben Myers <bpm@....com>
> Cc: Alex Elder <elder@...nel.org>
> Cc: Christoph Hellwig <hch@....de>
Looks good,
Reviewed-by: Christoph Hellwig <hch@....de>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists