linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* When to use GFP_NOFS rather than GFP_KERNEL?
@ 2010-03-22  6:15 Tetsuo Handa
  2010-03-22 13:02 ` Nick Piggin
  0 siblings, 1 reply; 2+ messages in thread
From: Tetsuo Handa @ 2010-03-22  6:15 UTC (permalink / raw)
  To: linux-fsdevel

Hello.

I want to know whether security_path_*() users need to use GFP_NOFS or not.
I couldn't understand what "Can call down to low-level FS?" (__GFP_FS) means.
When do we need to use GFP_NOFS rather than GFP_KERNEL?
For example, functions which are called by filesystems?
For example, after dentry->d_inode->i_mutex held?

Regards.

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

end of thread, other threads:[~2010-03-22 13:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-22  6:15 When to use GFP_NOFS rather than GFP_KERNEL? Tetsuo Handa
2010-03-22 13:02 ` Nick Piggin

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