From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Tue, 25 May 2010 05:21:55 -0400 Subject: [Cluster-devel] [PATCH 1/3] GFS2: Rework reclaiming unlinked dinodes In-Reply-To: <1274775689-4689-2-git-send-email-swhiteho@redhat.com> References: <1274775689-4689-1-git-send-email-swhiteho@redhat.com> <1274775689-4689-2-git-send-email-swhiteho@redhat.com> Message-ID: <20100525092155.GA9575@infradead.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Tue, May 25, 2010 at 09:21:27AM +0100, Steven Whitehouse wrote: > From: Bob Peterson > > The previous patch I wrote for reclaiming unlinked dinodes > had some shortcomings and did not prevent all hangs. > This version is much cleaner and more logical, and has > passed very difficult testing. Sorry for the churn. It would be much more helpful to have a commit message that describes what is changed and why. The above one won't tell anyting to someone reading through the commit log later on.