• J. Bruce Fields's avatar
    nfsd4: remove unused dl_trunc · 6707bd3d
    J. Bruce Fields authored
    There's no point in keeping this field around--it's always zero.
    
    (Background: the protocol allows you to tell the client that the file is
    about to be truncated, as an optimization to save the client from
    writing back dirty pages that will just be discarded.  We don't
    implement this hint.  If we do some day, adding this field back in will
    be the least of the work involved.)
    Signed-off-by: default avatarJ. Bruce Fields <bfields@citi.umich.edu>
    6707bd3d
nfs4callback.c 14.2 KB