• F
    NFS: create struct nfs_commit_info · ea2cf228
    Fred Isaman 提交于
    It is COMMIT that is handled the most differently between
    the paged and direct paths.  Create a structure that encapsulates
    everything either path needs to know about the commit state.
    
    We could use void to hide some of the layout driver stuff, but
    Trond suggests pulling it out to ensure type checking, given the
    huge changes being made, and the fact that it doesn't interfere
    with other drivers.
    Signed-off-by: NFred Isaman <iisaman@netapp.com>
    Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
    ea2cf228
internal.h 14.2 KB