]> Git Repo - linux.git/blobdiff - fs/ocfs2/refcounttree.c
treewide: Remove uninitialized_var() usage
[linux.git] / fs / ocfs2 / refcounttree.c
index cfb77f70c8886f14830509923e4d50a3b55a6e5c..3b397fa9c9e80434b802714ff8db950a54fdbe50 100644 (file)
@@ -1063,7 +1063,7 @@ static int ocfs2_get_refcount_rec(struct ocfs2_caching_info *ci,
                                  struct buffer_head **ret_bh)
 {
        int ret = 0, i, found;
-       u32 low_cpos, uninitialized_var(cpos_end);
+       u32 low_cpos, cpos_end;
        struct ocfs2_extent_list *el;
        struct ocfs2_extent_rec *rec = NULL;
        struct ocfs2_extent_block *eb = NULL;
This page took 0.031947 seconds and 4 git commands to generate.