OSDN Git Service

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 09:27:18 +0000 (02:27 -0700)
commit042ae9f4cfbfb555e6de68579870ac3c43594215
tree72bb26819d6705601ba17552b7ae6e70304b6a6f
parentf9550c24c20e3e4a89c2958c1496588a301d1409
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