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)
committerJaegeuk Kim <jaegeuk@kernel.org>
Sun, 8 Apr 2018 10:34:59 +0000 (03:34 -0700)
commit5232cae0e922cec4e397820b0bedd44693ace48b
treee8e50630c0277f0c96b235e73ae2f53d3daa37a8
parent169bd9ba8542d4e72ae2e0d28942f2f94bc5522d
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