Properly decrement inode refcounts when finishing a request.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Mon, 25 Jan 2010 01:35:14 +0000 (17:35 -0800)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Mon, 25 Jan 2010 01:35:14 +0000 (17:35 -0800)
Track each refcount increase made, and when the request is finally replied
to, drop those references.  In a few cases we manually drop references, but
this should be less error-prone if there are multiple possible return
paths.


No differences found