]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - fs/omfs/file.c
treewide: Remove uninitialized_var() usage
[mirror_ubuntu-hirsute-kernel.git] / fs / omfs / file.c
index d7b5f09d298c9d7dbfbc68fa1bce106c1cdde051..2c7b70ee1388c2b349775be5ca8e0e2f9c0450c3 100644 (file)
@@ -220,7 +220,7 @@ static int omfs_get_block(struct inode *inode, sector_t block,
        struct buffer_head *bh;
        sector_t next, offset;
        int ret;
-       u64 uninitialized_var(new_block);
+       u64 new_block;
        u32 max_extents;
        int extent_count;
        struct omfs_extent *oe;