All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20140328120917.GA21961@bfoster.bfoster>

diff --git a/a/1.txt b/N1/1.txt
index 960ced2..e6c37ca 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -10,15 +10,15 @@ On Fri, Mar 28, 2014 at 11:03:13AM +0300, Dan Carpenter wrote:
 > --- 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,3 +32,8 @@ Reviewed-by: Brian Foster <bfoster@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 bf7c360..3c9e0f8 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020140328080313.GA25192@mwanda\0"
  "From\0Brian Foster <bfoster@redhat.com>\0"
  "Subject\0Re: [patch] xfs: extra semi-colon breaks a condition\0"
- "Date\0Fri, 28 Mar 2014 12:09:18 +0000\0"
+ "Date\0Fri, 28 Mar 2014 08:09:18 -0400\0"
  "To\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Cc\0kernel-janitors@vger.kernel.org"
  " xfs@oss.sgi.com\0"
@@ -19,15 +19,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"
@@ -40,6 +40,11 @@
  "> _______________________________________________\n"
  "> xfs mailing list\n"
  "> xfs@oss.sgi.com\n"
- > http://oss.sgi.com/mailman/listinfo/xfs
+ "> http://oss.sgi.com/mailman/listinfo/xfs\n"
+ "\n"
+ "_______________________________________________\n"
+ "xfs mailing list\n"
+ "xfs@oss.sgi.com\n"
+ http://oss.sgi.com/mailman/listinfo/xfs
 
-a28e13911f1f7ef6abe628b412a8de49aec7bbe26ef9bbb4a6e433778ba9e29c
+63a83040bfb6da6f395d3b47c5ecb1a7e8f907055a7cd2b6413b46483239eaf5

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.