Files
mirror_zfs/module/os/linux/zfs
Brian Behlendorf 8947fa4495 Fix maybe uninitialized variable warning
Commit 1c2358c12 restructured this code and introduced a warning
about the variable maybe not being initialized.  This cannot happen
with the updated code but we should initialize the variable anyway
to silence the warning.

    zpl_file.c: In function ‘zpl_iter_write’:
    zpl_file.c:324:9: warning: ‘count’ may be used uninitialized
        in this function [-Wmaybe-uninitialized]

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #11373
2020-12-20 09:50:13 -08:00
..
2020-12-10 14:09:23 -08:00
2019-09-12 13:33:44 -07:00
2019-09-12 13:33:44 -07:00
2020-11-13 13:51:51 -08:00
2020-11-13 13:51:51 -08:00
2020-10-13 21:25:48 -07:00
2020-11-10 12:42:47 -08:00
2020-10-02 17:44:10 -07:00
2020-04-10 10:33:35 -07:00
2020-11-10 12:42:47 -08:00