From: Chuck Lever Date: Tue, 20 Jun 2006 16:55:19 +0000 (-0400) Subject: NFS: Separate functions for counting outstanding NFS direct I/Os X-Git-Tag: v2.6.18-rc1~861^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1c5921c5b715c207d7fe77cd7aaafbb322f09f5;p=pandora-kernel.git NFS: Separate functions for counting outstanding NFS direct I/Os Factor out the logic that increments and decrements the outstanding I/O count. This will be a commonly used bit of code in upcoming patches. Also make this an atomic_t again, since it will be very often manipulated outside dreq->spin lock. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed