diff for duplicates of <20170411085715.GA24157@mwanda> diff --git a/a/1.txt b/N1/1.txt index d9bdd5b..b46856b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -26,7 +26,7 @@ index 315fbbf84fa2..1519d29dec01 100644 + return PTR_ERR(em); /* Hole or vacuum extent(only exists in no-hole mode) */ - if (em->block_start = EXTENT_MAP_HOLE) { + if (em->block_start == EXTENT_MAP_HOLE) { @@ -2893,11 +2888,8 @@ static long btrfs_fallocate(struct file *file, int mode, while (1) { em = btrfs_get_extent(BTRFS_I(inode), NULL, 0, cur_offset, @@ -82,5 +82,5 @@ index df937f8c71df..dc5f9002593d 100644 + else + hole_em = em; - /* check to see if we've wrapped (len = -1 or similar) */ + /* check to see if we've wrapped (len == -1 or similar) */ end = start + len; diff --git a/a/content_digest b/N1/content_digest index 39f9534..6be003d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[PATCH] Btrfs: remove some dead code\0" - "Date\0Tue, 11 Apr 2017 08:57:15 +0000\0" + "Date\0Tue, 11 Apr 2017 11:57:15 +0300\0" "To\0Chris Mason <clm@fb.com>\0" "Cc\0Josef Bacik <jbacik@fb.com>" David Sterba <dsterba@suse.com> @@ -36,7 +36,7 @@ "+\t\treturn PTR_ERR(em);\n" " \n" " \t/* Hole or vacuum extent(only exists in no-hole mode) */\n" - " \tif (em->block_start = EXTENT_MAP_HOLE) {\n" + " \tif (em->block_start == EXTENT_MAP_HOLE) {\n" "@@ -2893,11 +2888,8 @@ static long btrfs_fallocate(struct file *file, int mode,\n" " \twhile (1) {\n" " \t\tem = btrfs_get_extent(BTRFS_I(inode), NULL, 0, cur_offset,\n" @@ -92,7 +92,7 @@ "+\telse\n" "+\t\thole_em = em;\n" " \n" - " \t/* check to see if we've wrapped (len = -1 or similar) */\n" + " \t/* check to see if we've wrapped (len == -1 or similar) */\n" " \tend = start + len;" -0d224769b66319b3c59684252d9da70362d40f228c44af37f09626b95d2dcd94 +b09ba4e7d771b0a684e35f04594a4e8dede77c7212d74ee23f57fb4f058c9dbb
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.