]> Git Repo - linux.git/blobdiff - fs/ext4/inline.c
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
[linux.git] / fs / ext4 / inline.c
index 7b47360227612926f1da1f3f95f94d3e4f4f6ab0..9c4bac18cc6c0c58a588dafcecc689f6ebe46b1a 100644 (file)
@@ -863,7 +863,7 @@ int ext4_da_write_inline_data_begin(struct address_space *mapping,
        handle_t *handle;
        struct page *page;
        struct ext4_iloc iloc;
-       int retries;
+       int retries = 0;
 
        ret = ext4_get_inode_loc(inode, &iloc);
        if (ret)
This page took 0.029815 seconds and 4 git commands to generate.