Btrfs: fix memory leak of pending_snapshot->inherit
[cascardo/linux.git] / fs / xfs / xfs_bmap.h
index b68c598..5f469c3 100644 (file)
@@ -136,6 +136,10 @@ typedef struct xfs_bmalloca {
        char                    aeof;   /* allocated space at eof */
        char                    conv;   /* overwriting unwritten extents */
        char                    stack_switch;
+       int                     flags;
+       struct completion       *done;
+       struct work_struct      work;
+       int                     result;
 } xfs_bmalloca_t;
 
 /*