projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb33a4d
)
btrfs: minor whitespace in ctree.h
author
Josef Bacik
<josef@toxicpanda.com>
Mon, 24 Oct 2022 18:46:54 +0000
(14:46 -0400)
committer
David Sterba
<dsterba@suse.com>
Mon, 5 Dec 2022 17:00:44 +0000
(18:00 +0100)
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>
fs/btrfs/ctree.h
patch
|
blob
|
history
diff --git
a/fs/btrfs/ctree.h
b/fs/btrfs/ctree.h
index 970a22a04c9463d11f3090e9efedaf9e3a82cd36..bf94531f44861ff4f45a9d73c53768a2e8bd42be 100644
(file)
--- 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);
}