sbin/cleanerd: fix missing kernel-doc description for 'shutdown' member

Add the missing description for the '@shutdown' member in the kernel-doc
comment of struct nilfs_cleanerd.

This fixes the following warning:
  Warning: sbin/cleanerd.c:180 struct member 'shutdown' not described in
   'nilfs_cleanerd'

Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
This commit is contained in:
Ryusuke Konishi 2026-01-23 10:04:09 +09:00
parent 0d90288b6f
commit c14126d252

View File

@ -130,6 +130,7 @@ static const struct option long_option[] = {
* @fallback: fallback state
* @retry_cleaning: retrying reclamation for protected segments
* @no_timeout: the next timeout will be 0 seconds
* @shutdown: shutdown request flag
* @ncleansegs: number of segments cleaned per cycle
* @cleaning_interval: cleaning interval
* @target: target time for sleeping (monotonic time)