diff mbox series

[e2fsprogs] e2fsck: remove get_filename_hash() prototype

Message ID 20180302035257.14370-1-ebiggers3@gmail.com
State Accepted, archived
Headers show
Series [e2fsprogs] e2fsck: remove get_filename_hash() prototype | expand

Commit Message

Eric Biggers March 2, 2018, 3:52 a.m. UTC
From: Eric Biggers <ebiggers@google.com>

get_filename_hash() is not defined anywhere, so remove its prototype.

Signed-off-by: Eric Biggers <ebiggers@google.com>
---
 e2fsck/e2fsck.h | 4 ----
 1 file changed, 4 deletions(-)

Comments

Theodore Ts'o March 2, 2018, 8:18 p.m. UTC | #1
On Thu, Mar 01, 2018 at 07:52:57PM -0800, Eric Biggers wrote:
> From: Eric Biggers <ebiggers@google.com>
> 
> get_filename_hash() is not defined anywhere, so remove its prototype.
> 
> Signed-off-by: Eric Biggers <ebiggers@google.com>

Thanks, applied.

					- Ted
diff mbox series

Patch

diff --git a/e2fsck/e2fsck.h b/e2fsck/e2fsck.h
index 9eee4bc2..5269650f 100644
--- a/e2fsck/e2fsck.h
+++ b/e2fsck/e2fsck.h
@@ -542,10 +542,6 @@  extern void e2fsck_intercept_block_allocations(e2fsck_t ctx);
 /* pass2.c */
 extern int e2fsck_process_bad_inode(e2fsck_t ctx, ext2_ino_t dir,
 				    ext2_ino_t ino, char *buf);
-extern int get_filename_hash(ext2_filsys fs, int encrypted, int version,
-			     const char *name, int len,
-			     ext2_dirhash_t *ret_hash,
-			     ext2_dirhash_t *ret_minor_hash);
 
 /* pass3.c */
 extern int e2fsck_reconnect_file(e2fsck_t ctx, ext2_ino_t inode);