Btrfs: Allow subvolumes and snapshots anywhere in the directory tree
[safe/jmp/linux-2.6] / fs / btrfs / transaction.h
index eef2cb7..202c8be 100644 (file)
@@ -47,8 +47,10 @@ struct btrfs_trans_handle {
 };
 
 struct btrfs_pending_snapshot {
+       struct dentry *dentry;
        struct btrfs_root *root;
        char *name;
+       struct btrfs_key root_key;
        struct list_head list;
 };