The patch titled Subject: ocfs2: quota_local: remove unused function has been removed from the -mm tree. Its filename was ocfs2-quota_local-remove-unused-function.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Subject: ocfs2: quota_local: remove unused function Remove ol_dqblk_file_block() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: Mark Fasheh <mfasheh@xxxxxxxx> Cc: Joel Becker <jlbec@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/ocfs2/quota_local.c | 6 ------ 1 file changed, 6 deletions(-) diff -puN fs/ocfs2/quota_local.c~ocfs2-quota_local-remove-unused-function fs/ocfs2/quota_local.c --- a/fs/ocfs2/quota_local.c~ocfs2-quota_local-remove-unused-function +++ a/fs/ocfs2/quota_local.c @@ -73,12 +73,6 @@ static loff_t ol_dqblk_off(struct super_ ol_dqblk_block_off(sb, c, off); } -/* Compute block number from given offset */ -static inline unsigned int ol_dqblk_file_block(struct super_block *sb, loff_t off) -{ - return off >> sb->s_blocksize_bits; -} - static inline unsigned int ol_dqblk_block_offset(struct super_block *sb, loff_t off) { return off & ((1 << sb->s_blocksize_bits) - 1); _ Patches currently in -mm which might be from rickard_strandqvist@xxxxxxxxxxxxxxxxxx are origin.patch arch-frv-mm-extablec-remove-unused-function.patch linux-next.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