diff for duplicates of <20140328080313.GA25192@mwanda> diff --git a/a/1.txt b/N1/1.txt index ad937d6..21cdd30 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -9,14 +9,20 @@ index 98016b3..75df77d 100644 --- a/fs/xfs/xfs_aops.c +++ b/fs/xfs/xfs_aops.c @@ -659,10 +659,10 @@ xfs_check_page_type( - if (type = XFS_IO_UNWRITTEN) + if (type == XFS_IO_UNWRITTEN) return true; } else if (buffer_delay(bh)) { -- if (type = XFS_IO_DELALLOC); -+ if (type = XFS_IO_DELALLOC) +- if (type == XFS_IO_DELALLOC); ++ if (type == XFS_IO_DELALLOC) return true; } else if (buffer_dirty(bh) && buffer_mapped(bh)) { -- if (type = XFS_IO_OVERWRITE); -+ if (type = XFS_IO_OVERWRITE) +- if (type == XFS_IO_OVERWRITE); ++ if (type == XFS_IO_OVERWRITE) return true; } + + +_______________________________________________ +xfs mailing list +xfs@oss.sgi.com +http://oss.sgi.com/mailman/listinfo/xfs diff --git a/a/content_digest b/N1/content_digest index f20358d..403b999 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[patch] xfs: extra semi-colon breaks a condition\0" - "Date\0Fri, 28 Mar 2014 08:03:13 +0000\0" + "Date\0Fri, 28 Mar 2014 11:03:13 +0300\0" "To\0Dave Chinner <david@fromorbit.com>\0" "Cc\0kernel-janitors@vger.kernel.org" " xfs@oss.sgi.com\0" @@ -17,16 +17,22 @@ "--- a/fs/xfs/xfs_aops.c\n" "+++ b/fs/xfs/xfs_aops.c\n" "@@ -659,10 +659,10 @@ xfs_check_page_type(\n" - " \t\t\tif (type = XFS_IO_UNWRITTEN)\n" + " \t\t\tif (type == XFS_IO_UNWRITTEN)\n" " \t\t\t\treturn true;\n" " \t\t} else if (buffer_delay(bh)) {\n" - "-\t\t\tif (type = XFS_IO_DELALLOC);\n" - "+\t\t\tif (type = XFS_IO_DELALLOC)\n" + "-\t\t\tif (type == XFS_IO_DELALLOC);\n" + "+\t\t\tif (type == XFS_IO_DELALLOC)\n" " \t\t\t\treturn true;\n" " \t\t} else if (buffer_dirty(bh) && buffer_mapped(bh)) {\n" - "-\t\t\tif (type = XFS_IO_OVERWRITE);\n" - "+\t\t\tif (type = XFS_IO_OVERWRITE)\n" + "-\t\t\tif (type == XFS_IO_OVERWRITE);\n" + "+\t\t\tif (type == XFS_IO_OVERWRITE)\n" " \t\t\t\treturn true;\n" - " \t\t}" + " \t\t}\n" + " \n" + "\n" + "_______________________________________________\n" + "xfs mailing list\n" + "xfs@oss.sgi.com\n" + http://oss.sgi.com/mailman/listinfo/xfs -1cbc39d6a0d3df00c0cc062d4edc36df319fa4eefde0b10788a070594ad10aa0 +43a7d4ee019630ee036c152a7e194359c5a3feff2675256ba170e6368b79dfbd
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.