fscrypt: inline fscrypt_free_filename()
commit 27e47a6342e21b005a15a1f0afea0b6f179e0a71 upstream. fscrypt_free_filename() only needs to do a kfree() of crypto_buf.name, which works well as an inline function. We can skip setting the various pointers to NULL, since no user cares about it (the name is always freed just before it goes out of scope). Signed-off-by:Eric Biggers <ebiggers@google.com> Reviewed-by:
David Gstir <david@sigma-star.at> Signed-off-by:
Theodore Ts'o <tytso@mit.edu>
Loading
Please register or sign in to comment