diff for duplicates of <53362834.7090900@sandeen.net> diff --git a/a/1.txt b/N1/1.txt index 207a11a..a1106bb 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -15,15 +15,15 @@ Reviewed-by: Eric Sandeen <sandeen@redhat.com> > --- 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; > } > @@ -32,4 +32,9 @@ Reviewed-by: Eric Sandeen <sandeen@redhat.com> > xfs mailing list > xfs@oss.sgi.com > http://oss.sgi.com/mailman/listinfo/xfs -> +> + +_______________________________________________ +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 6a80a84..b8548a3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020140328080313.GA25192@mwanda\0" "From\0Eric Sandeen <sandeen@sandeen.net>\0" "Subject\0Re: [patch] xfs: extra semi-colon breaks a condition\0" - "Date\0Sat, 29 Mar 2014 01:56:04 +0000\0" + "Date\0Fri, 28 Mar 2014 20:56:04 -0500\0" "To\0Dan Carpenter <dan.carpenter@oracle.com>" " Dave Chinner <david@fromorbit.com>\0" "Cc\0kernel-janitors@vger.kernel.org" @@ -25,15 +25,15 @@ "> --- 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}\n" "> \n" @@ -42,6 +42,11 @@ "> xfs mailing list\n" "> xfs@oss.sgi.com\n" "> http://oss.sgi.com/mailman/listinfo/xfs\n" - > + "> \n" + "\n" + "_______________________________________________\n" + "xfs mailing list\n" + "xfs@oss.sgi.com\n" + http://oss.sgi.com/mailman/listinfo/xfs -7c88009123386489b82cf47483e9fac33fba3101f176a14e63d8c8296c2b03e2 +b46ad2c18d9e60cf39f28f53c3df3f1992c942942d607f16d1bb0c37a297c8f7
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.