aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2017-05-22 18:14:06 -0700
committerMoyster <oysterized@gmail.com>2017-07-21 12:33:06 +0200
commit47ebb676dd55a2e8a2b63087da5776c70a0640bd (patch)
tree15265932892c68aa94d96fae797b2c27b8eefa59 /include/uapi/linux
parentdcffffb19e012400aa146a7d09550f6e00a20038 (diff)
downloadandroid_kernel_m2note-47ebb676dd55a2e8a2b63087da5776c70a0640bd.tar.gz
fscrypt: inline fscrypt_free_filename()
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>
Diffstat (limited to 'include/uapi/linux')
0 files changed, 0 insertions, 0 deletions