]> asedeno.scripts.mit.edu Git - linux.git/commit
fscrypt: move fscrypt_symlink_data to fscrypt_private.h
authorEric Biggers <ebiggers@google.com>
Fri, 12 Jan 2018 04:30:08 +0000 (23:30 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 12 Jan 2018 04:30:08 +0000 (23:30 -0500)
commit0eaab5b10621e84868df911dad43d330fa1b9bc8
treefea2961efec3edaa766c433016de207998d04142
parent1e80ad712f69a34d1e3c556d1d674d04b266ad40
fscrypt: move fscrypt_symlink_data to fscrypt_private.h

Now that all filesystems have been converted to use the symlink helper
functions, they no longer need the declaration of 'struct
fscrypt_symlink_data'.  Move it from fscrypt.h to fscrypt_private.h.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/crypto/fscrypt_private.h
include/linux/fscrypt.h