summaryrefslogtreecommitdiff
path: root/ipc
diff options
context:
space:
mode:
authorFilipe Manana <fdmanana@suse.com>2021-08-31 17:30:32 +0300
committerDavid Sterba <dsterba@suse.com>2021-10-26 20:08:00 +0300
commit289cffcb0399a4136a8f1ea206b679e9c42e5a64 (patch)
tree7d4b3ce02e8d5cc58a42bb549626943a3006bdec /ipc
parent1e0860f3b3b299a4705d71d8ba24bdc61140bebb (diff)
downloadlinux-289cffcb0399a4136a8f1ea206b679e9c42e5a64.tar.xz
btrfs: remove no longer needed checks for NULL log context
Since commit 75b463d2b47aef ("btrfs: do not commit logs and transactions during link and rename operations"), we always pass a non-NULL log context to btrfs_log_inode_parent() and therefore to all the functions that it calls. So remove the checks we have all over the place that test for a NULL log context, making the code shorter and easier to read, as well as reducing the size of the generated code. This patch is part of a patch set comprised of the following patches: btrfs: check if a log tree exists at inode_logged() btrfs: remove no longer needed checks for NULL log context btrfs: do not log new dentries when logging that a new name exists btrfs: always update the logged transaction when logging new names btrfs: avoid expensive search when dropping inode items from log btrfs: add helper to truncate inode items when logging inode btrfs: avoid expensive search when truncating inode items from the log btrfs: avoid search for logged i_size when logging inode if possible btrfs: avoid attempt to drop extents when logging inode for the first time btrfs: do not commit delayed inode when logging a file in full sync mode This is patch 2/10 and test results are listed in the change log of the last patch in the set. Signed-off-by: Filipe Manana <fdmanana@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions