diff for duplicates of <20130620141310.GB28309@thunk.org> diff --git a/a/1.txt b/N1/1.txt index 5995c84..d160324 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -36,7 +36,7 @@ index 80dcc59..ee018d5 100644 - if (diff < 0) - return -1; - if (diff > 0) -+ if (eia->i_touch_when = eib->i_touch_when) ++ if (eia->i_touch_when == eib->i_touch_when) + return 0; + if (time_after(eia->i_touch_when, eib->i_touch_when)) return 1; diff --git a/a/content_digest b/N1/content_digest index 2eb4592..32cfae8 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020130620080858.GA15095@elgon.mountain\0" "From\0Theodore Ts'o <tytso@mit.edu>\0" "Subject\0Re: [patch] ext4: signedness bug breaks ext4_inode_touch_time_cmp()\0" - "Date\0Thu, 20 Jun 2013 14:13:10 +0000\0" + "Date\0Thu, 20 Jun 2013 10:13:10 -0400\0" "To\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Cc\0Zheng Liu <wenqing.lz@taobao.com>" Andreas Dilger <adilger.kernel@dilger.ca> @@ -47,7 +47,7 @@ "-\tif (diff < 0)\n" "-\t\treturn -1;\n" "-\tif (diff > 0)\n" - "+\tif (eia->i_touch_when = eib->i_touch_when)\n" + "+\tif (eia->i_touch_when == eib->i_touch_when)\n" "+\t\treturn 0;\n" "+\tif (time_after(eia->i_touch_when, eib->i_touch_when))\n" " \t\treturn 1;\n" @@ -58,4 +58,4 @@ " \n" static int ext4_es_shrink(struct shrinker *shrink, struct shrink_control *sc) -94ad7dd695c2f7ba3e1e0964c21a30999ee367e05461fddf28dd51063e0b39b7 +7b1874b1670d25286c01ac817672b6ce36faa8e2704ef8877af9060930699166
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.