From: Josef Bacik Date: Mon, 24 Oct 2022 18:46:54 +0000 (-0400) Subject: btrfs: minor whitespace in ctree.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=13d925c1c26916c017b5339625c66bd20df9fd96;p=linux.git btrfs: minor whitespace in ctree.h We've accumulated some whitespace problems in ctree.h, clean these up. Signed-off-by: Josef Bacik Reviewed-by: David Sterba Signed-off-by: David Sterba --- diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 970a22a04c946..bf94531f44861 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); }