]> Pileus Git - ~andy/linux/blobdiff - fs/btrfs/transaction.h
Merge tag 'please-pull-misc-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git...
[~andy/linux] / fs / btrfs / transaction.h
index 5afd7b1dceacf27a92e2b026aa7d76432ee9f18a..3c8e0d25c8e4d1bbe88d7404150bcb1d3db1a8f6 100644 (file)
@@ -84,11 +84,13 @@ struct btrfs_trans_handle {
 
 struct btrfs_pending_snapshot {
        struct dentry *dentry;
+       struct inode *dir;
        struct btrfs_root *root;
        struct btrfs_root *snap;
        struct btrfs_qgroup_inherit *inherit;
        /* block reservation for the operation */
        struct btrfs_block_rsv block_rsv;
+       u64 qgroup_reserved;
        /* extra metadata reseration for relocation */
        int error;
        bool readonly;