Message ID | cover.1710506834.git.fdmanana@suse.com (mailing list archive) |
---|---|
Headers | show |
Series | btrfs: trivial changes to btree lock functions | expand |
On 3/15/24 18:25, fdmanana@kernel.org wrote: > From: Filipe Manana <fdmanana@suse.com> > > Some trivial changes to btree lock functions. Details in the change logs. > > Filipe Manana (2): > btrfs: inline btrfs_tree_lock() and btrfs_tree_read_lock() > btrfs: rename __btrfs_tree_lock() and __btrfs_tree_read_lock() > Looks good. Reviewed-by: Anand Jain <anand.jain@oracle.com> > fs/btrfs/ctree.c | 12 ++++++------ > fs/btrfs/extent-tree.c | 2 +- > fs/btrfs/locking.c | 16 +++------------- > fs/btrfs/locking.h | 18 ++++++++++++++---- > 4 files changed, 24 insertions(+), 24 deletions(-) >
Looks good,
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
在 2024/3/15 23:25, fdmanana@kernel.org 写道: > From: Filipe Manana <fdmanana@suse.com> > > Some trivial changes to btree lock functions. Details in the change logs. Reviewed-by: Qu Wenruo <wqu@suse.com> Thanks, Qu > > Filipe Manana (2): > btrfs: inline btrfs_tree_lock() and btrfs_tree_read_lock() > btrfs: rename __btrfs_tree_lock() and __btrfs_tree_read_lock() > > fs/btrfs/ctree.c | 12 ++++++------ > fs/btrfs/extent-tree.c | 2 +- > fs/btrfs/locking.c | 16 +++------------- > fs/btrfs/locking.h | 18 ++++++++++++++---- > 4 files changed, 24 insertions(+), 24 deletions(-) >
From: Filipe Manana <fdmanana@suse.com> Some trivial changes to btree lock functions. Details in the change logs. Filipe Manana (2): btrfs: inline btrfs_tree_lock() and btrfs_tree_read_lock() btrfs: rename __btrfs_tree_lock() and __btrfs_tree_read_lock() fs/btrfs/ctree.c | 12 ++++++------ fs/btrfs/extent-tree.c | 2 +- fs/btrfs/locking.c | 16 +++------------- fs/btrfs/locking.h | 18 ++++++++++++++---- 4 files changed, 24 insertions(+), 24 deletions(-)