Commit b071cc3
mm: shmem: use signed int for version handling in casefold option
Fixes an issue where the use of an unsigned data type in
`shmem_parse_opt_casefold()` caused incorrect evaluation of negative
conditions.
Link: https://lkml.kernel.org/r/[email protected]
Fixes: 58e55ef ("tmpfs: Add casefold lookup support")
Reviewed-by: André Almeida <[email protected]>
Reviewed-by: Gabriel Krisman Bertazi <[email protected]>
Signed-off-by: Karan Sanghavi <[email protected]>
Cc: Christian Brauner <[email protected]>
Cc: Hugh Dickens <[email protected]>
Cc: Shuah khan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>1 parent 05c82ee commit b071cc3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4368 | 4368 | | |
4369 | 4369 | | |
4370 | 4370 | | |
4371 | | - | |
| 4371 | + | |
4372 | 4372 | | |
4373 | 4373 | | |
4374 | 4374 | | |
| |||
0 commit comments