mirror of
https://github.com/nilfs-dev/nilfs-utils.git
synced 2026-01-26 13:43:15 +00:00
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:
parent
0d90288b6f
commit
c14126d252
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user