commit | 0f82731fc56448c2733f58e1f5db6c2cbfc90652 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Mon Oct 15 16:18:56 2007 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:03:56 2008 -0400 |
tree | 8c4d12a1c240db310becdff74e27d9aab36f1569 | |
parent | 810191ff3087e8143b41a944fcf4fd8c693f00e3 [diff] [blame] |
Breakout BTRFS_SETGET_FUNCS into a separate C file, the inlines were too big. Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c index 525fa84..e4e68ea 100644 --- a/fs/btrfs/extent-tree.c +++ b/fs/btrfs/extent-tree.c
@@ -1443,7 +1443,7 @@ 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: