]> Git Repo - linux.git/blobdiff - drivers/md/dm-writecache.c
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / drivers / md / dm-writecache.c
index 8aa306ebc2abd80708728cf0bae761e61253db9f..cfea054863a428c0ca9a8e4a871d71ee981e1cd7 100644 (file)
@@ -1752,7 +1752,7 @@ static void writecache_writeback(struct work_struct *work)
 {
        struct dm_writecache *wc = container_of(work, struct dm_writecache, writeback_work);
        struct blk_plug plug;
-       struct wc_entry *f, *uninitialized_var(g), *e = NULL;
+       struct wc_entry *f, *g, *e = NULL;
        struct rb_node *node, *next_node;
        struct list_head skipped;
        struct writeback_list wbl;
This page took 0.03471 seconds and 4 git commands to generate.