Subject: [folded-merged] ocfs2-use-the-new-dlm-operation-callbacks-while-requesting-new-lockspace-fix.patch removed from -mm tree To: rgoldwyn@xxxxxxx,dan.carpenter@xxxxxxxxxx,jlbec@xxxxxxxxxxxx,mfasheh@xxxxxxx,rgoldwyn@xxxxxxxx,mm-commits@xxxxxxxxxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Tue, 21 Jan 2014 15:28:01 -0800 The patch titled Subject: ocfs2-use-the-new-dlm-operation-callbacks-while-requesting-new-lockspace-fix has been removed from the -mm tree. Its filename was ocfs2-use-the-new-dlm-operation-callbacks-while-requesting-new-lockspace-fix.patch This patch was dropped because it was folded into ocfs2-use-the-new-dlm-operation-callbacks-while-requesting-new-lockspace.patch ------------------------------------------------------ From: Goldwyn Rodrigues <rgoldwyn@xxxxxxx> Subject: ocfs2-use-the-new-dlm-operation-callbacks-while-requesting-new-lockspace-fix New smatch warnings: fs/ocfs2/stack_user.c:938 get_protocol_version() warn: impossible condition '(pv.pv_minor < 0) => (0-255 < 0)' Reported-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Cc: Goldwyn Rodrigues <rgoldwyn@xxxxxxxx> Cc: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Cc: Mark Fasheh <mfasheh@xxxxxxx> Cc: Joel Becker <jlbec@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/ocfs2/stack_user.c | 4 ---- 1 file changed, 4 deletions(-) diff -puN fs/ocfs2/stack_user.c~ocfs2-use-the-new-dlm-operation-callbacks-while-requesting-new-lockspace-fix fs/ocfs2/stack_user.c --- a/fs/ocfs2/stack_user.c~ocfs2-use-the-new-dlm-operation-callbacks-while-requesting-new-lockspace-fix +++ a/fs/ocfs2/stack_user.c @@ -935,10 +935,6 @@ static int get_protocol_version(struct o goto out; lvb_to_version(lc->oc_lvb, &pv); - if (pv.pv_minor < 0) { - ret = -ERANGE; - goto out; - } if ((pv.pv_major != running_proto.pv_major) || (pv.pv_minor > running_proto.pv_minor)) { ret = -EINVAL; _ Patches currently in -mm which might be from rgoldwyn@xxxxxxx are ocfs2-remove-versioning-information.patch ocfs2-add-clustername-to-cluster-connection.patch ocfs2-add-dlm-recovery-callbacks.patch ocfs2-shift-allocation-ocfs2_live_connection-to-user_connect.patch ocfs2-pass-ocfs2_cluster_connection-to-ocfs2_this_node.patch ocfs2-framework-for-version-lvb.patch ocfs2-use-the-new-dlm-operation-callbacks-while-requesting-new-lockspace.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