The patch titled Subject: ocfs2: xattr: remove unused function has been removed from the -mm tree. Its filename was ocfs2-xattr-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: xattr: remove unused function Remove ocfs2_xattr_bucket_get_val() 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/xattr.c | 10 ---------- 1 file changed, 10 deletions(-) diff -puN fs/ocfs2/xattr.c~ocfs2-xattr-remove-unused-function fs/ocfs2/xattr.c --- a/fs/ocfs2/xattr.c~ocfs2-xattr-remove-unused-function +++ a/fs/ocfs2/xattr.c @@ -5334,16 +5334,6 @@ out: return ret; } -static inline char *ocfs2_xattr_bucket_get_val(struct inode *inode, - struct ocfs2_xattr_bucket *bucket, - int offs) -{ - int block_off = offs >> inode->i_sb->s_blocksize_bits; - - offs = offs % inode->i_sb->s_blocksize; - return bucket_block(bucket, block_off) + offs; -} - /* * Truncate the specified xe_off entry in xattr bucket. * bucket is indicated by header_bh and len is the new length. _ 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