Home
last modified time | relevance | path

Searched hist:"54 d3adbc29f0c7c53890da1683e629cd220d7201" (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ext4/
H A Dblock_validity.cdiff 54d3adbc29f0c7c53890da1683e629cd220d7201 Sun Mar 29 00:33:43 CET 2020 Theodore Ts'o <tytso@mit.edu> ext4: save all error info in save_error_info() and drop ext4_set_errno()

Using a separate function, ext4_set_errno() to set the errno is
problematic because it doesn't do the right thing once
s_last_error_errorcode is non-zero. It's also less racy to set all of
the error information all at once. (Also, as a bonus, it shrinks code
size slightly.)

Link: https://lore.kernel.org/r/20200329020404.686965-1-tytso@mit.edu
Fixes: 878520ac45f9 ("ext4: save the error code which triggered...")
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
H A Dmmp.cdiff 54d3adbc29f0c7c53890da1683e629cd220d7201 Sun Mar 29 00:33:43 CET 2020 Theodore Ts'o <tytso@mit.edu> ext4: save all error info in save_error_info() and drop ext4_set_errno()

Using a separate function, ext4_set_errno() to set the errno is
problematic because it doesn't do the right thing once
s_last_error_errorcode is non-zero. It's also less racy to set all of
the error information all at once. (Also, as a bonus, it shrinks code
size slightly.)

Link: https://lore.kernel.org/r/20200329020404.686965-1-tytso@mit.edu
Fixes: 878520ac45f9 ("ext4: save the error code which triggered...")
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
H A Dindirect.cdiff 54d3adbc29f0c7c53890da1683e629cd220d7201 Sun Mar 29 00:33:43 CET 2020 Theodore Ts'o <tytso@mit.edu> ext4: save all error info in save_error_info() and drop ext4_set_errno()

Using a separate function, ext4_set_errno() to set the errno is
problematic because it doesn't do the right thing once
s_last_error_errorcode is non-zero. It's also less racy to set all of
the error information all at once. (Also, as a bonus, it shrinks code
size slightly.)

Link: https://lore.kernel.org/r/20200329020404.686965-1-tytso@mit.edu
Fixes: 878520ac45f9 ("ext4: save the error code which triggered...")
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
H A Dballoc.cdiff 54d3adbc29f0c7c53890da1683e629cd220d7201 Sun Mar 29 00:33:43 CET 2020 Theodore Ts'o <tytso@mit.edu> ext4: save all error info in save_error_info() and drop ext4_set_errno()

Using a separate function, ext4_set_errno() to set the errno is
problematic because it doesn't do the right thing once
s_last_error_errorcode is non-zero. It's also less racy to set all of
the error information all at once. (Also, as a bonus, it shrinks code
size slightly.)

Link: https://lore.kernel.org/r/20200329020404.686965-1-tytso@mit.edu
Fixes: 878520ac45f9 ("ext4: save the error code which triggered...")
Signed-off-by: Theodore Ts'o <tytso@mit.edu>