diff options
| author | Heinz Mauelshagen <heinzm@redhat.com> | 2023-01-25 23:14:58 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-04-13 17:55:17 +0300 |
| commit | 83ee6b2729429f7feadd42e081751c00225d2347 (patch) | |
| tree | 13ed42af2f248e0ef507cd30da14852535735ab4 /drivers/md/persistent-data/dm-array.h | |
| parent | 32bde86816aa27fb4ef8312a66f49b6bcbd514b9 (diff) | |
| download | linux-83ee6b2729429f7feadd42e081751c00225d2347.tar.xz | |
dm: change "unsigned" to "unsigned int"
[ Upstream commit 86a3238c7b9b759cb864f4f768ab2e24687dc0e6 ]
Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Stable-dep-of: f7b58a69fad9 ("dm: fix improper splitting for abnormal bios")
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/md/persistent-data/dm-array.h')
| -rw-r--r-- | drivers/md/persistent-data/dm-array.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/persistent-data/dm-array.h b/drivers/md/persistent-data/dm-array.h index d7d2d579c662..b6c7077c7359 100644 --- a/drivers/md/persistent-data/dm-array.h +++ b/drivers/md/persistent-data/dm-array.h @@ -198,7 +198,7 @@ struct dm_array_cursor { struct dm_block *block; struct array_block *ab; - unsigned index; + unsigned int index; }; int dm_array_cursor_begin(struct dm_array_info *info, |
