All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4F066B3D.6000402@cn.fujitsu.com>

diff --git a/a/1.txt b/N1/1.txt
index eabc782..d8c0a68 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,8 +1,6 @@
 idank wrote:
 > Hi all,
-> I was running fstest (http://www.tuxera.com/community/posix-test-suit=
-e/) on btrfs. Only one test failed, and I believe it to be a bug in btr=
-fs. The scenario is as follows:
+> I was running fstest (http://www.tuxera.com/community/posix-test-suite/) on btrfs. Only one test failed, and I believe it to be a bug in btrfs. The scenario is as follows:
 > * crate a file.
 > * note its times with stat.
 > * sleep a few seconds
@@ -11,36 +9,31 @@ fs. The scenario is as follows:
 > * note the file's times again with stat.
 > expected result: ctime and mtime are greater.
 > actual result: ctime and mtime remain unchanged.
->=20
+> 
 > Example:
 
 I followed your example, but got the expected result:
 
-[root@lizf pjd-fstest-20090130-RC]# stat ctime_test=20
+[root@lizf pjd-fstest-20090130-RC]# stat ctime_test 
   File: "ctime_test"
-  Size: 0               Blocks: 0          IO Block: 4096   =E6=99=AE=E9=
-=80=9A=E7=A9=BA=E6=96=87=E4=BB=B6
+  Size: 0               Blocks: 0          IO Block: 4096   普通空文件
 Device: 1bh/27d Inode: 1589980     Links: 1
-Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root=
-)
+Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
 Access: 2012-01-06 10:27:53.900570365 +0800
 Modify: 2012-01-06 10:27:53.900570365 +0800
 Change: 2012-01-06 10:27:53.900570365 +0800
 [root@lizf pjd-fstest-20090130-RC]# ./fstest truncate ctime_test 200
 0
 [root@lizf pjd-fstest-20090130-RC]# sleep 2
-[root@lizf pjd-fstest-20090130-RC]# stat ctime_test=20
+[root@lizf pjd-fstest-20090130-RC]# stat ctime_test 
   File: "ctime_test"
-  Size: 200             Blocks: 0          IO Block: 4096   =E6=99=AE=E9=
-=80=9A=E6=96=87=E4=BB=B6
+  Size: 200             Blocks: 0          IO Block: 4096   普通文件
 Device: 1bh/27d Inode: 1589980     Links: 1
-Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root=
-)
+Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
 Access: 2012-01-06 10:27:53.900570365 +0800
 Modify: 2012-01-06 10:28:12.238569720 +0800
 Change: 2012-01-06 10:28:12.238569720 +0800
 --
-To unsubscribe from this list: send the line "unsubscribe linux-fsdevel=
-" in
+To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
 the body of a message to majordomo@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 2ab3b0b..85598c7 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -9,9 +9,7 @@
  "b\0"
  "idank wrote:\n"
  "> Hi all,\n"
- "> I was running fstest (http://www.tuxera.com/community/posix-test-suit=\n"
- "e/) on btrfs. Only one test failed, and I believe it to be a bug in btr=\n"
- "fs. The scenario is as follows:\n"
+ "> I was running fstest (http://www.tuxera.com/community/posix-test-suite/) on btrfs. Only one test failed, and I believe it to be a bug in btrfs. The scenario is as follows:\n"
  "> * crate a file.\n"
  "> * note its times with stat.\n"
  "> * sleep a few seconds\n"
@@ -20,38 +18,33 @@
  "> * note the file's times again with stat.\n"
  "> expected result: ctime and mtime are greater.\n"
  "> actual result: ctime and mtime remain unchanged.\n"
- ">=20\n"
+ "> \n"
  "> Example:\n"
  "\n"
  "I followed your example, but got the expected result:\n"
  "\n"
- "[root@lizf pjd-fstest-20090130-RC]# stat ctime_test=20\n"
+ "[root@lizf pjd-fstest-20090130-RC]# stat ctime_test \n"
  "  File: \"ctime_test\"\n"
- "  Size: 0               Blocks: 0          IO Block: 4096   =E6=99=AE=E9=\n"
- "=80=9A=E7=A9=BA=E6=96=87=E4=BB=B6\n"
+ "  Size: 0               Blocks: 0          IO Block: 4096   \346\231\256\351\200\232\347\251\272\346\226\207\344\273\266\n"
  "Device: 1bh/27d Inode: 1589980     Links: 1\n"
- "Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root=\n"
- ")\n"
+ "Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)\n"
  "Access: 2012-01-06 10:27:53.900570365 +0800\n"
  "Modify: 2012-01-06 10:27:53.900570365 +0800\n"
  "Change: 2012-01-06 10:27:53.900570365 +0800\n"
  "[root@lizf pjd-fstest-20090130-RC]# ./fstest truncate ctime_test 200\n"
  "0\n"
  "[root@lizf pjd-fstest-20090130-RC]# sleep 2\n"
- "[root@lizf pjd-fstest-20090130-RC]# stat ctime_test=20\n"
+ "[root@lizf pjd-fstest-20090130-RC]# stat ctime_test \n"
  "  File: \"ctime_test\"\n"
- "  Size: 200             Blocks: 0          IO Block: 4096   =E6=99=AE=E9=\n"
- "=80=9A=E6=96=87=E4=BB=B6\n"
+ "  Size: 200             Blocks: 0          IO Block: 4096   \346\231\256\351\200\232\346\226\207\344\273\266\n"
  "Device: 1bh/27d Inode: 1589980     Links: 1\n"
- "Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root=\n"
- ")\n"
+ "Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)\n"
  "Access: 2012-01-06 10:27:53.900570365 +0800\n"
  "Modify: 2012-01-06 10:28:12.238569720 +0800\n"
  "Change: 2012-01-06 10:28:12.238569720 +0800\n"
  "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-fsdevel=\n"
- "\" in\n"
+ "To unsubscribe from this list: send the line \"unsubscribe linux-fsdevel\" in\n"
  "the body of a message to majordomo@vger.kernel.org\n"
  More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-134bdbf2214044a9af2d4ebb7eaa078015d93a78d761e90a0d263c8724c46a67
+01e8e00523a7b70b74c15277777a49bb615682e63a906fecf07b0eefc1bac3b8

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.