aboutsummaryrefslogtreecommitdiffstats
path: root/fs/file.c
diff options
context:
space:
mode:
authorRoss Zwisler <ross.zwisler@linux.intel.com>2018-02-27 10:29:50 -0700
committerDan Williams <dan.j.williams@intel.com>2018-03-06 11:05:08 -0800
commitd7d8464dcc27dfc9d0d23c7924b2e6f4bb16c6c2 (patch)
tree7d7d2ce59554fa3c46542ec2f274cd7190e7e5be /fs/file.c
parentdevice-dax: remove redundant __func__ in dev_dbg (diff)
downloadlinux-dev-d7d8464dcc27dfc9d0d23c7924b2e6f4bb16c6c2.tar.xz
linux-dev-d7d8464dcc27dfc9d0d23c7924b2e6f4bb16c6c2.zip
nfit_test: improve structure offset handling
In nfit_test0_setup() and nfit_test1_setup() we keep an 'offset' value which we use to calculate where in our 'nfit_buf' we will place our next structure. The handling of 'offset' and the calculation of the placement of the next structure is a bit inconsistent, though. We don't update 'offset' after we insert each structure, sometimes causing us to update it for multiple structures' sizes at once. When calculating the position of the next structure we aren't always able to just use 'offset', but sometimes have to add in other structure sizes as well. Fix this by updating 'offset' after each structure insertion in a consistent way, allowing us to always calculate the position of the next structure to be inserted by just using 'nfit_buf + offset'. Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'fs/file.c')
0 files changed, 0 insertions, 0 deletions