ldiskfs_flush_descriptors_seconds is not used anywhere.
Change-Id: I8941cc18dcaf7b4f87120a5f299616741e639900
Fixes:
6a3d7634a1fa ("LU-18463 ptlrpc: removing cfs_flush_fput idle")
Test-Parameters: trivial
Signed-off-by: Oleg Drokin <green@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/59080
Reviewed-by: Timothy Day <timday@amazon.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
struct work_struct flush_fput;
atomic_t descriptors_cnt;
unsigned int ldiskfs_flush_descriptors_cnt = 5000;
-unsigned int ldiskfs_flush_descriptors_seconds = 10;
/* 1 GiB in 512-byte sectors */
int ldiskfs_delayed_unlink_blocks = (1 << (30 - 9));