Re: [PATCH v4 08/16] reorganize indexing of multipart/signed and multipart/encrypted
[notmuch-archives.git] / d8 / 5958a10d6de63c4c7347e037662b12431ecad3
1 Return-Path: <novalazy@gmail.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id A1653429E35\r
6         for <notmuch@notmuchmail.org>; Sat, 19 Jan 2013 16:52:00 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id xJLePGmGwTCx for <notmuch@notmuchmail.org>;\r
17         Sat, 19 Jan 2013 16:51:59 -0800 (PST)\r
18 Received: from mail-pb0-f52.google.com (mail-pb0-f52.google.com\r
19         [209.85.160.52]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 2C49D429E37\r
22         for <notmuch@notmuchmail.org>; Sat, 19 Jan 2013 16:51:47 -0800 (PST)\r
23 Received: by mail-pb0-f52.google.com with SMTP id ro2so2672673pbb.25\r
24         for <notmuch@notmuchmail.org>; Sat, 19 Jan 2013 16:51:46 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to\r
27         :references; bh=PqF56msYY/gsLbfldKQPpe9DCjP3k7D6m4wfAljZwkM=;\r
28         b=BdyG3CoifYQyXeG53uNGZ9AhhHc2QqDvw3k93Nen5qa5l2K8KslBeDjgjfi6/e08ak\r
29         QXg3N1Iie8tUNqzj9mp/CzSiw2xpXPmL4Ieze53BnCz/XagYUe7UEAZ2Ng2D5o19LRAr\r
30         DLHIWMfbOgTHCI0zpsQ2qxSCrgCoj8vVGLjKflbpsP69JmvLCgudGyApCTvCiiGNNOPe\r
31         MVLQNbQV0j+5QwI6JaDxi5ALheVQPY3QnA9r3EDrHijzG++Gk01C5X+c2j71F3ZRoZEX\r
32         HDudKJ1wgkAZEPh5qM/Mk6yeZ+BezNvST+zv4tjiEjoH5NBTZZ9ulwTR5Mx8nkX0eA+H\r
33         RN7w==\r
34 X-Received: by 10.69.16.100 with SMTP id fv4mr18371390pbd.135.1358643106300;\r
35         Sat, 19 Jan 2013 16:51:46 -0800 (PST)\r
36 Received: from localhost (215.42.233.220.static.exetel.com.au.\r
37         [220.233.42.215])\r
38         by mx.google.com with ESMTPS id nt5sm5796332pbb.59.2013.01.19.16.51.44\r
39         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
40         Sat, 19 Jan 2013 16:51:45 -0800 (PST)\r
41 From: Peter Wang <novalazy@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v3 15/20] insert: fsync parent directory after mkdir\r
44 Date: Sun, 20 Jan 2013 11:49:59 +1100\r
45 Message-Id: <1358643004-14522-16-git-send-email-novalazy@gmail.com>\r
46 X-Mailer: git-send-email 1.7.12.1\r
47 In-Reply-To: <1358643004-14522-1-git-send-email-novalazy@gmail.com>\r
48 References: <1358643004-14522-1-git-send-email-novalazy@gmail.com>\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Sun, 20 Jan 2013 00:52:01 -0000\r
62 \r
63 After creating a subdirectory, fsync on its parent directory for\r
64 durability.\r
65 ---\r
66  notmuch-insert.c | 14 +++++++++++++-\r
67  1 file changed, 13 insertions(+), 1 deletion(-)\r
68 \r
69 diff --git a/notmuch-insert.c b/notmuch-insert.c\r
70 index c4d5e75..8012eb4 100644\r
71 --- a/notmuch-insert.c\r
72 +++ b/notmuch-insert.c\r
73 @@ -82,9 +82,21 @@ sync_dir (const char *dir)\r
74  static notmuch_bool_t\r
75  make_directory (char *path, int mode)\r
76  {\r
77 +    notmuch_bool_t ret;\r
78 +    char *slash;\r
79 +\r
80      if (mkdir (path, mode) != 0)\r
81         return (errno == EEXIST);\r
82 -    return TRUE;\r
83 +\r
84 +    /* Sync the parent directory for durability. */\r
85 +    ret = TRUE;\r
86 +    slash = strrchr (path, '/');\r
87 +    if (slash) {\r
88 +       *slash = '\0';\r
89 +       ret = sync_dir (path);\r
90 +       *slash = '/';\r
91 +    }\r
92 +    return ret;\r
93  }\r
94  \r
95  /* Make the given directory including its parent directories as necessary.\r
96 -- \r
97 1.7.12.1\r
98 \r