nfsd4: remove unused dl_trunc
authorJ. Bruce Fields <bfields@citi.umich.edu>
Fri, 1 May 2009 23:57:46 +0000 (19:57 -0400)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Fri, 1 May 2009 23:57:46 +0000 (19:57 -0400)
commit6707bd3d420f53ae8f090dac871843f6f43c9980
treed72d14847fddef8bec160cd15e58d9edb9a9ddd9
parentb53d40c5070bffde1b2bcaf848412a50d8894794
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>
fs/nfsd/nfs4callback.c
fs/nfsd/nfs4state.c
include/linux/nfsd/state.h