commit | 3ed08befeb09e199c258fc4f3878935f57a2bd9a | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <[email protected]> | Mon Mar 16 15:36:09 2020 +0100 |
committer | Andreas Gruenbacher <[email protected]> | Mon Jan 18 16:56:36 2021 +0100 |
tree | 2d92bde974c8ac692027b65fb1bc9352a0277ca7 | |
parent | c65b76b893032a9fa69056656c771f5e2fc9ef0c [diff] |
gfs2: Get rid of unnecessary variable in gfs2_alloc_blocks Variable ndata is only used inside "if (!dinode)", so it can be replaced entirely with *nblocks. Signed-off-by: Andreas Gruenbacher <[email protected]>