btrfs: update comments at btrfs_record_unlink_dir() to be more clear
authorFilipe Manana <fdmanana@suse.com>
Wed, 17 May 2023 11:02:14 +0000 (12:02 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 19 Jun 2023 11:59:26 +0000 (13:59 +0200)
commit1e75ef039d1a13afd0abd794dee9df462d5b7990
tree902f4bd9ce06836a7b5bfab3710533b19af8832e
parentd67ba263f4add857ac2a02088c08e1dc2fe1171b
btrfs: update comments at btrfs_record_unlink_dir() to be more clear

Update the comments at btrfs_record_unlink_dir() so that they mention
where new names are logged and where old names are removed. Also, while
at it make the width of the comments closer to 80 columns and capitalize
the sentences and finish them with punctuation.

Signed-off-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/tree-log.c