From: Vyacheslav Dubeyko <slava@dubeyko.com>
To: Sergei Antonov <saproj@gmail.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
Hin-Tak Leung <htl10@users.sourceforge.net>,
linux-fsdevel@vger.kernel.org, aia21@cam.ac.uk,
viro@zeniv.linux.org.uk, hch@infradead.org, kalaracey@gmail.com
Subject: Re: [PATCH] hfsplus: fix "unused node is not erased" error
Date: Thu, 22 May 2014 17:13:07 +0400 [thread overview]
Message-ID: <1400764387.4026.16.camel@slavad-CELSIUS-H720> (raw)
In-Reply-To: <alpine.LNX.2.03.1405221445050.19704@imac>
On Thu, 2014-05-22 at 14:48 +0200, Sergei Antonov wrote:
[snip]
> fs/hfsplus/hfsplus_fs.h | 208 +++++++++++++++++++++++++-----------------------
> 1 file changed, 109 insertions(+), 99 deletions(-)
>
> diff --git a/fs/hfsplus/hfsplus_fs.h b/fs/hfsplus/hfsplus_fs.h
> index 3c872b2..f917fe4 100644
> --- a/fs/hfsplus/hfsplus_fs.h
> +++ b/fs/hfsplus/hfsplus_fs.h
> @@ -369,129 +369,139 @@ typedef int (*search_strategy_t)(struct hfs_bnode *,
> /* attributes.c */
> int __init hfsplus_create_attr_tree_cache(void);
> void hfsplus_destroy_attr_tree_cache(void);
> +int hfsplus_attr_bin_cmp_key(const hfsplus_btree_key *k1,
> + const hfsplus_btree_key *k2);
> +int hfsplus_attr_build_key(struct super_block *sb, hfsplus_btree_key *key,
> + u32 cnid, const char *name);
> +void hfsplus_attr_build_key_uni(hfsplus_btree_key *key, u32 cnid,
> + struct hfsplus_attr_unistr *name);
As I remember, this function was deleted recently. Could you check it?
Thanks,
Vyacheslav Dubeyko.
next prev parent reply other threads:[~2014-05-22 13:13 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-21 20:12 [PATCH] hfsplus: fix "unused node is not erased" error Hin-Tak Leung
2014-05-22 6:29 ` Vyacheslav Dubeyko
2014-05-22 7:07 ` Andrew Morton
2014-05-22 12:48 ` Sergei Antonov
2014-05-22 13:13 ` Vyacheslav Dubeyko [this message]
2014-05-22 13:25 ` Sergei Antonov
2014-05-22 14:55 ` Vyacheslav Dubeyko
2014-05-22 17:35 ` Sergei Antonov
-- strict thread matches above, loose matches on Subject: below --
2014-05-20 17:44 Sergei Antonov
2014-05-21 16:40 ` Vyacheslav Dubeyko
2014-05-21 18:15 ` Sergei Antonov
2014-05-22 13:07 ` Vyacheslav Dubeyko
2014-05-22 13:18 ` Sergei Antonov
2014-05-23 6:21 ` Vyacheslav Dubeyko
2014-05-23 10:54 ` Sergei Antonov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1400764387.4026.16.camel@slavad-CELSIUS-H720 \
--to=slava@dubeyko.com \
--cc=aia21@cam.ac.uk \
--cc=akpm@linux-foundation.org \
--cc=hch@infradead.org \
--cc=htl10@users.sourceforge.net \
--cc=kalaracey@gmail.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=saproj@gmail.com \
--cc=viro@zeniv.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).