Skip to content

Commit 111625b

Browse files
Zhang Zekuntyhicks
authored andcommitted
ecryptfs: Remove unused declartion ecryptfs_fill_zeros()
The definition of ecryptfs_fill_zeros() has been removed since commit b6c1d8f ("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>
1 parent ec25c4c commit 111625b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

fs/ecryptfs/ecryptfs_kernel.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,6 @@ int ecryptfs_decode_and_decrypt_filename(char **decrypted_name,
542542
size_t *decrypted_name_size,
543543
struct super_block *sb,
544544
const char *name, size_t name_size);
545-
int ecryptfs_fill_zeros(struct file *file, loff_t new_length);
546545
int ecryptfs_encrypt_and_encode_filename(
547546
char **encoded_name,
548547
size_t *encoded_name_size,

0 commit comments

Comments
 (0)