Home
last modified time | relevance | path

Searched hist:b1c5921c5b715c207d7fe77cd7aaafbb322f09f5 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/nfs/
H A Ddirect.cdiff b1c5921c5b715c207d7fe77cd7aaafbb322f09f5 Tue Jun 20 11:55:19 CDT 2006 Chuck Lever <cel@netapp.com> 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 <cel@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>