Skip to content
Snippets Groups Projects
Commit 0f70b406 authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

ext4: use ERR_PTR() abstraction for ext4_append()


Use ERR_PTR()/IS_ERR() abstraction instead of passing in a separate
pointer to an integer for the error code, as a code cleanup.

Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent dc6982ff
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment