Merge tag 'ntb-4.3' of git://github.com/jonmason/ntb
[deliverable/linux.git] / fs / ext2 / ialloc.c
index 5c04a0ddea804e25b0548ef56272a33f48ea3318..efe5fb21c5332197e9bb4ebe302fa408d3be5e38 100644 (file)
@@ -577,7 +577,10 @@ got:
                goto fail;
        }
 
-       dquot_initialize(inode);
+       err = dquot_initialize(inode);
+       if (err)
+               goto fail_drop;
+
        err = dquot_alloc_inode(inode);
        if (err)
                goto fail_drop;
This page took 0.053746 seconds and 5 git commands to generate.