Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf96bc0b authored by Tom Haynes's avatar Tom Haynes Committed by Trond Myklebust
Browse files

NFSv4.1: Comment is now wrong and redundant to code



The save of the write offset was removed some time ago, so that
part of the comment is bogus.

The remainder is pretty self-evident.

So off with it!

Signed-off-by: default avatarTom Haynes <Thomas.Haynes@primarydata.com>
Signed-off-by: default avatarTrond Myklebust <trond.myklebust@primarydata.com>
parent abbec2da
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -608,10 +608,7 @@ filelayout_write_pagelist(struct nfs_pgio_data *data, int sync)
	fh = nfs4_fl_select_ds_fh(lseg, j);
	if (fh)
		data->args.fh = fh;
	/*
	 * Get the file offset on the dserver. Set the write offset to
	 * this offset and save the original offset.
	 */

	data->args.offset = filelayout_get_dserver_offset(lseg, offset);

	/* Perform an asynchronous write */