commit | 6707bd3d420f53ae8f090dac871843f6f43c9980 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@citi.umich.edu> | Fri May 01 19:57:46 2009 -0400 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Fri May 01 19:57:46 2009 -0400 |
tree | d72d14847fddef8bec160cd15e58d9edb9a9ddd9 | |
parent | b53d40c5070bffde1b2bcaf848412a50d8894794 [diff] |
nfsd4: remove unused dl_trunc 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: J. Bruce Fields <bfields@citi.umich.edu>