From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH 07/45] FS-Cache: Provide an add_wait_queue_tail() function [ver #41] Date: Fri, 21 Nov 2008 00:17:44 -0800 Message-ID: <20081121001744.90a45e68.akpm@linux-foundation.org> References: <20081120144139.10667.75519.stgit@warthog.procyon.org.uk> <20081120144215.10667.81594.stgit@warthog.procyon.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, nfsv4@linux-nfs.org, viro@ZenIV.linux.org.uk To: David Howells Return-path: In-Reply-To: <20081120144215.10667.81594.stgit@warthog.procyon.org.uk> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: nfsv4-bounces@linux-nfs.org Errors-To: nfsv4-bounces@linux-nfs.org List-Id: linux-fsdevel.vger.kernel.org On Thu, 20 Nov 2008 14:42:16 +0000 David Howells wrote: > Provide an add_wait_queue_tail() function to add a waiter to the back of a > wait queue instead of the front. > > Signed-off-by: David Howells Please update the changelog to explain the reason for this change.