diff options
author | Josef Bacik <josef@toxicpanda.com> | 2022-10-24 14:46:54 -0400 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2022-12-05 18:00:44 +0100 |
commit | 13d925c1c26916c017b5339625c66bd20df9fd96 (patch) | |
tree | d6529042d72e8d1f2a6cbe7f2628f831fb4ee6e2 | |
parent | eb33a4d65b2adae52530d6c3c7a9f58bf734a750 (diff) | |
download | linux-13d925c1c26916c017b5339625c66bd20df9fd96.tar.bz2 |
btrfs: minor whitespace in ctree.h
We've accumulated some whitespace problems in ctree.h, clean these up.
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
-rw-r--r-- | fs/btrfs/ctree.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 970a22a04c94..bf94531f4486 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h @@ -435,10 +435,8 @@ struct btrfs_file_private { void *filldir_buf; }; - static inline u32 BTRFS_LEAF_DATA_SIZE(const struct btrfs_fs_info *info) { - return info->nodesize - sizeof(struct btrfs_header); } |