]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/ext4/ialloc.c
ext4: Fix sparse warning: Using plain integer as NULL pointer
[mirror_ubuntu-zesty-kernel.git] / fs / ext4 / ialloc.c
index eb9097aec6f091a788b876840e53d26727d538ee..2fd3b0e41787a198f3a01da0cd53259752f429b0 100644 (file)
@@ -649,7 +649,7 @@ static int find_group_other(struct super_block *sb, struct inode *parent,
                *group = parent_group + flex_size;
                if (*group > ngroups)
                        *group = 0;
-               return find_group_orlov(sb, parent, group, mode, 0);
+               return find_group_orlov(sb, parent, group, mode, NULL);
        }
 
        /*