]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: update and correct description of btrfs_get_or_create_delayed_node()
authorCharles Han <hanchunchao@inspur.com>
Thu, 10 Apr 2025 09:07:22 +0000 (17:07 +0800)
committerDavid Sterba <dsterba@suse.com>
Thu, 15 May 2025 12:30:46 +0000 (14:30 +0200)
commitecf5b757c74cb8e487a4e7cf2e90b9a3103d764a
tree61fcf111da4d3de3fe91c25a001f6f78bb4b00a2
parentea2a8bacb103f0efcc0693c22fc72f310fe056ef
btrfs: update and correct description of btrfs_get_or_create_delayed_node()

The comment mistakenly says the function is returning PTR_ERR instead of
ERR_PTR. Fix it and update it so it's more descriptive.

Signed-off-by: Charles Han <hanchunchao@inspur.com>
Reviewed-by: David Sterba <dsterba@suse.com>
[ Enhance the function comment. ]
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/delayed-inode.c