Btrfs: Add a skip_locking parameter to struct path, and make various funcs honor it
[linux-2.6-block.git] / fs / btrfs / ctree.h
index 9ea12d42741c19a6be38279505490bd32a3d3758..e9bbb53eda63b6f19753f18fe80e20fa03ed53dd 100644 (file)
@@ -335,6 +335,7 @@ struct btrfs_path {
        int reada;
        /* keep some upper locks as we walk down */
        int keep_locks;
+       int skip_locking;
        int lowest_level;
 };