• T
    NFS: Remove pNFS bloat from the generic write path · e2fecb21
    Trond Myklebust 提交于
    We have no business doing any this in the standard write release path.
    Get rid of it, and put it in the pNFS layer.
    
    Also, while we're at it, get rid of the completely bogus unlock/relock
    semantics that were present in nfs_writeback_release_full(). It is
    not only unnecessary, but actually dangerous to release the write lock
    just in order to take it again in nfs_page_async_flush(). Better just
    to open code the pgio operations in a pnfs helper.
    Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
    e2fecb21
write.c 44.1 KB