commit | 0f70b40613ee14b0cadafeb461034cff81b4419a | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Feb 15 03:35:57 2013 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Feb 15 03:35:57 2013 -0500 |
tree | 10ba1447b672e41bbacdaaf9131844f64c85be4b | |
parent | dc6982ff4db1f47da73b1967ef5302d6721e5b95 [diff] |
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: "Theodore Ts'o" <tytso@mit.edu>