Commit d0f28d0
committed
gfs2: make timeout values more explicit
jira LE-3201
Rebuild_History Non-Buildable kernel-rt-4.18.0-553.27.1.rt7.368.el8_10
commit-author Wolfram Sang <wsa+renesas@sang-engineering.com>
commit c1c53c2
'timeout' is a vague name for the return value of wait_event_*_timeout
because it actually returns the time left. Because the variable is never
used later, just drop the return value. Since variable 'timeout' is then
only used to carry a fixed timeout value, drop this in favor of a fixed
function argument as in the other call to wait_event_timeout() above.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
(cherry picked from commit c1c53c2)
Signed-off-by: Jonathan Maple <jmaple@ciq.com>1 parent 37ee229 commit d0f28d0
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1291 | 1291 | | |
1292 | 1292 | | |
1293 | 1293 | | |
1294 | | - | |
1295 | 1294 | | |
1296 | 1295 | | |
1297 | 1296 | | |
| |||
1322 | 1321 | | |
1323 | 1322 | | |
1324 | 1323 | | |
1325 | | - | |
| 1324 | + | |
1326 | 1325 | | |
1327 | 1326 | | |
1328 | | - | |
| 1327 | + | |
1329 | 1328 | | |
1330 | 1329 | | |
1331 | 1330 | | |
| |||
0 commit comments