diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-10-15 16:18:56 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-09-25 11:03:56 -0400 |
commit | 0f82731fc56448c2733f58e1f5db6c2cbfc90652 (patch) | |
tree | 8c4d12a1c240db310becdff74e27d9aab36f1569 /fs/btrfs/extent-tree.c | |
parent | 810191ff3087e8143b41a944fcf4fd8c693f00e3 (diff) |
Breakout BTRFS_SETGET_FUNCS into a separate C file, the inlines were too big.
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/extent-tree.c')
-rw-r--r-- | fs/btrfs/extent-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c index 525fa845d613..e4e68ea96483 100644 --- a/fs/btrfs/extent-tree.c +++ b/fs/btrfs/extent-tree.c | |||
@@ -1443,7 +1443,7 @@ int btrfs_drop_snapshot(struct btrfs_trans_handle *trans, struct btrfs_root | |||
1443 | for (i = 0; i <= orig_level; i++) { | 1443 | for (i = 0; i <= orig_level; i++) { |
1444 | if (path->nodes[i]) { | 1444 | if (path->nodes[i]) { |
1445 | free_extent_buffer(path->nodes[i]); | 1445 | free_extent_buffer(path->nodes[i]); |
1446 | path->nodes[i] = 0; | 1446 | path->nodes[i] = NULL; |
1447 | } | 1447 | } |
1448 | } | 1448 | } |
1449 | out: | 1449 | out: |