From: Matthew Wilcox <willy@infradead.org> To: "André Almeida" <andrealmeid@collabora.com> Cc: Hugh Dickins <hughd@google.com>, Andrew Morton <akpm@linux-foundation.org>, Alexander Viro <viro@zeniv.linux.org.uk>, krisman@collabora.com, smcv@collabora.com, kernel@collabora.com, linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Daniel Rosenberg <drosen@google.com> Subject: Re: [RFC PATCH 1/4] Revert "libfs: unexport generic_ci_d_compare() and generic_ci_d_hash()" Date: Tue, 23 Mar 2021 20:15:30 +0000 [thread overview] Message-ID: <20210323201530.GL1719932@casper.infradead.org> (raw) In-Reply-To: <20210323195941.69720-2-andrealmeid@collabora.com> On Tue, Mar 23, 2021 at 04:59:38PM -0300, André Almeida wrote: > This reverts commit 794c43f716845e2d48ce195ed5c4179a4e05ce5f. > > For implementing casefolding support at tmpfs, it needs to set dentry > operations at superblock level, given that tmpfs has no support for > fscrypt and we don't need to set operations on a per-dentry basis. > Revert this commit so we can access those exported function from tmpfs > code. But tmpfs / shmem are Kconfig bools, not tristate. They can't be built as modules, so there's no need to export the symbols. > +#ifdef CONFIG_UNICODE > +extern int generic_ci_d_hash(const struct dentry *dentry, struct qstr *str); > +extern int generic_ci_d_compare(const struct dentry *dentry, unsigned int len, > + const char *str, const struct qstr *name); > +#endif There's no need for the ifdef (it only causes unnecessary rebuilds) and the 'extern' keyword is also unwelcome.
next prev parent reply other threads:[~2021-03-23 20:16 UTC|newest] Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-03-23 19:59 [RFC PATCH 0/4] mm: shmem: Add case-insensitive support for tmpfs André Almeida 2021-03-23 19:59 ` [RFC PATCH 1/4] Revert "libfs: unexport generic_ci_d_compare() and generic_ci_d_hash()" André Almeida 2021-03-23 20:15 ` Matthew Wilcox [this message] 2021-03-24 20:09 ` André Almeida 2021-03-23 19:59 ` [RFC PATCH 2/4] mm: shmem: Support case-insensitive file name lookups André Almeida 2021-03-23 20:18 ` Gabriel Krisman Bertazi 2021-03-24 20:17 ` André Almeida 2021-03-23 23:19 ` Al Viro 2021-03-24 20:44 ` André Almeida 2021-03-23 19:59 ` [RFC PATCH 3/4] mm: shmem: Add IOCTL support for tmpfs André Almeida 2021-03-23 22:15 ` Gabriel Krisman Bertazi 2021-03-23 19:59 ` [RFC PATCH 4/4] docs: tmpfs: Add casefold options André Almeida 2021-03-23 21:58 ` Randy Dunlap 2021-03-25 14:27 ` André Almeida 2021-03-23 22:19 ` Gabriel Krisman Bertazi 2021-03-24 20:47 ` André Almeida
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=20210323201530.GL1719932@casper.infradead.org \ --to=willy@infradead.org \ --cc=akpm@linux-foundation.org \ --cc=andrealmeid@collabora.com \ --cc=drosen@google.com \ --cc=hughd@google.com \ --cc=kernel@collabora.com \ --cc=krisman@collabora.com \ --cc=linux-fsdevel@vger.kernel.org \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-mm@kvack.org \ --cc=smcv@collabora.com \ --cc=viro@zeniv.linux.org.uk \ --subject='Re: [RFC PATCH 1/4] Revert "libfs: unexport generic_ci_d_compare() and generic_ci_d_hash()"' \ /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
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).