ecryptfs: Remove unused declartion ecryptfs_fill_zeros()

The definition of ecryptfs_fill_zeros() has been removed since
commit b6c1d8fcba ("eCryptfs: remove unused functions and kmem_cache")
So, Remove the empty declartion in header files.

Signed-off-by: Zhang Zekun <zhangzekun11@huawei.com>
Signed-off-by: Tyler Hicks <code@tyhicks.com>
This commit is contained in:
Zhang Zekun 2024-09-06 14:12:41 +08:00 committed by Tyler Hicks
parent ec25c4cf2d
commit 111625ba8a
1 changed files with 0 additions and 1 deletions

View File

@ -542,7 +542,6 @@ int ecryptfs_decode_and_decrypt_filename(char **decrypted_name,
size_t *decrypted_name_size,
struct super_block *sb,
const char *name, size_t name_size);
int ecryptfs_fill_zeros(struct file *file, loff_t new_length);
int ecryptfs_encrypt_and_encode_filename(
char **encoded_name,
size_t *encoded_name_size,