commit | b283f9445214d4d573906f919c70caccd27b74ea | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Tue Oct 21 13:32:10 2014 +0200 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Wed Nov 12 14:22:53 2014 -0500 |
tree | f41ff804b7d77779307bee931edb063eb5ee73fe | |
parent | 16c9914069536c77ed358d94b6e247bdc464b7f0 [diff] |
nfs: Remove bogus assignment Commit 3a6fd1f004fc (pnfs/blocklayout: remove read-modify-write handling in bl_write_pagelist) introduced a bogus assignment pg_index = pg_index in variable initialization. AFAICS it's just a typo so remove it. Spotted by Coverity (id 1248711). CC: Christoph Hellwig <hch@lst.de> Signed-off-by: Jan Kara <jack@suse.cz> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>