]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Add missing parameter description to bch2_bucket_alloc_trans()
authorYang Li <yang.lee@linux.alibaba.com>
Fri, 29 Nov 2024 06:38:27 +0000 (14:38 +0800)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 21 Dec 2024 06:36:21 +0000 (01:36 -0500)
commit2f8d5edf556a7499a188c8b38a650bed5aebcdbf
tree11fa1c27b1994951dd26af11a663343b5b269a18
parent2cd85fea49d850629404d4668e104466114598e3
bcachefs: Add missing parameter description to bch2_bucket_alloc_trans()

The function bch2_bucket_alloc_trans() lacked a description for the
nowait parameter in its documentation comment block. This patch adds the
missing description to ensure all parameters are properly documented.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=12179
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/alloc_foreground.c