The patch titled fs/ocfs2/inode.c:ocfs2_refresh_inode(): remove unused variable has been removed from the -mm tree. Its filename is inode-diet-eliminate-i_blksize-and-use-a-per-superblock-default-fix.patch This patch was dropped because it was folded into inode-diet-eliminate-i_blksize-and-use-a-per-superblock-default.patch ------------------------------------------------------ Subject: fs/ocfs2/inode.c:ocfs2_refresh_inode(): remove unused variable From: Adrian Bunk <bunk@xxxxxxxxx> This patch removes a no longer used variable. Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/ocfs2/inode.c | 2 -- 1 file changed, 2 deletions(-) diff -puN fs/ocfs2/inode.c~inode-diet-eliminate-i_blksize-and-use-a-per-superblock-default-fix fs/ocfs2/inode.c --- a/fs/ocfs2/inode.c~inode-diet-eliminate-i_blksize-and-use-a-per-superblock-default-fix +++ a/fs/ocfs2/inode.c @@ -1257,8 +1257,6 @@ leave: void ocfs2_refresh_inode(struct inode *inode, struct ocfs2_dinode *fe) { - struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); - spin_lock(&OCFS2_I(inode)->ip_lock); OCFS2_I(inode)->ip_clusters = le32_to_cpu(fe->i_clusters); _ Patches currently in -mm which might be from bunk@xxxxxxxxx are origin.patch inode-diet-eliminate-i_blksize-and-use-a-per-superblock-default.patch inode-diet-eliminate-i_blksize-and-use-a-per-superblock-default-fix.patch reiserfs-warn-about-the-useless-nolargeio-option.patch x86-microcode-add-sysfs-and-hotplug-support-fix-fix-2.patch fs-nfs-make-code-static.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