linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* d_obtain_alias
@ 2008-08-13 13:44 Artem Bityutskiy
  2008-08-13 13:47 ` d_obtain_alias Artem Bityutskiy
  0 siblings, 1 reply; 3+ messages in thread
From: Artem Bityutskiy @ 2008-08-13 13:44 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: David Woodhouse

Hi,

where does 'd_obtain_alias()' come from?

I've cloned
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git
and cannot compile the for_next branch:

CC [M]  fs/jffs2/super.o
fs/jffs2/super.c: In function ‘jffs2_get_parent’:
fs/jffs2/super.c:103: error: implicit declaration of function ‘d_obtain_alias’
fs/jffs2/super.c:103: warning: return makes pointer from integer without a cast
make[2]: *** [fs/jffs2/super.o] Error 1
make[1]: *** [fs/jffs2] Error 2
make: *** [fs] Error 2

This is the first time I've dealt with vfs-2.6.git, may be I
miss something?

--
Best Regards,
Artem Bityutskiy (Артём Битюцкий)
--
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: d_obtain_alias
  2008-08-13 13:44 d_obtain_alias Artem Bityutskiy
@ 2008-08-13 13:47 ` Artem Bityutskiy
  0 siblings, 0 replies; 3+ messages in thread
From: Artem Bityutskiy @ 2008-08-13 13:47 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: David Woodhouse

Artem Bityutskiy wrote:
> where does 'd_obtain_alias()' come from?
> 
> I've cloned
> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git
> and cannot compile the for_next branch:

Oh, sorry, fake alarm, I compiled wrong branch.

-- 
Best Regards,
Artem Bityutskiy (Артём Битюцкий)
--
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* d_obtain_alias
@ 2009-02-16 17:31 Benny Halevy
  0 siblings, 0 replies; 3+ messages in thread
From: Benny Halevy @ 2009-02-16 17:31 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: linux-fsdevel

Christoph,

I see that in 4ea3ada2955e4519befa98ff55dd62d6dfbd1705,
you declared d_obtain_alias() as EXPORT_SYMBOL_GPL
and that it's supposed to replace d_alloc_anon which
was declared as EXPORT_SYMBOL and thus available to any
loadable module.

Do you consider d_obtain_alias() an internal API?
What exported API non-GPL'ed loadable file systems are
supposed to use now for fh_to_dentry?

Benny

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-02-16 17:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-16 17:31 d_obtain_alias Benny Halevy
  -- strict thread matches above, loose matches on Subject: below --
2008-08-13 13:44 d_obtain_alias Artem Bityutskiy
2008-08-13 13:47 ` d_obtain_alias Artem Bityutskiy

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).