The patch titled Subject: befs: remove unused functions has been removed from the -mm tree. Its filename was befs-remove-unused-functions.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Luis de Bethencourt <luisbg@xxxxxxxxxxxxxxx> Subject: befs: remove unused functions befs_iaddr_is_empty() and befs_brun_size() are unused. Remove them. Link: http://lkml.kernel.org/r/1465700235-22881-3-git-send-email-luisbg@xxxxxxxxxxxxxxx Signed-off-by: Luis de Bethencourt <luisbg@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/befs/befs.h | 12 ------------ 1 file changed, 12 deletions(-) diff -puN fs/befs/befs.h~befs-remove-unused-functions fs/befs/befs.h --- a/fs/befs/befs.h~befs-remove-unused-functions +++ a/fs/befs/befs.h @@ -140,18 +140,6 @@ befs_iaddrs_per_block(struct super_block return BEFS_SB(sb)->block_size / sizeof (befs_disk_inode_addr); } -static inline int -befs_iaddr_is_empty(const befs_inode_addr *iaddr) -{ - return (!iaddr->allocation_group) && (!iaddr->start) && (!iaddr->len); -} - -static inline size_t -befs_brun_size(struct super_block *sb, befs_block_run run) -{ - return BEFS_SB(sb)->block_size * run.len; -} - #include "endian.h" #endif /* _LINUX_BEFS_H */ _ Patches currently in -mm which might be from luisbg@xxxxxxxxxxxxxxx are dynamic_debug-only-add-header-when-used.patch dynamic_debug-only-add-header-when-used-fix.patch maintainers-befs-add-new-maintainers.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html