Breakout BTRFS_SETGET_FUNCS into a separate C file, the inlines were too big.
[linux-2.6-block.git] / fs / btrfs / extent-tree.c
index 525fa845d613082bed862bf2efbb1e7f84bc5a22..e4e68ea96483448808eaed53f7f731386a8590ec 100644 (file)
@@ -1443,7 +1443,7 @@ int btrfs_drop_snapshot(struct btrfs_trans_handle *trans, struct btrfs_root
        for (i = 0; i <= orig_level; i++) {
                if (path->nodes[i]) {
                        free_extent_buffer(path->nodes[i]);
-                       path->nodes[i] = 0;
+                       path->nodes[i] = NULL;
                }
        }
 out: