commit | 4714fb51fd03a14d8c73001438283e7f7b752f1e | [log] [tgz] |
---|---|---|
author | Weston Andros Adamson <dros@primarydata.com> | Mon Jun 09 11:48:37 2014 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Jun 24 18:47:01 2014 -0400 |
tree | cb138e6479fb7a4fc4109f440b4138e2e00369ee | |
parent | c65e6254ca4db1584c5bf5f228ee26556477a9fd [diff] |
nfs: remove pgio_header refcount, related cleanup The refcounting on nfs_pgio_header was related to there being (possibly) more than one nfs_pgio_data. Now that nfs_pgio_data has been merged into nfs_pgio_header, there is no reason to do this ref counting. Just call the completion callback on nfs_pgio_release/nfs_pgio_error. Signed-off-by: Weston Andros Adamson <dros@primarydata.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>