[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <961aa3350803110529o61fe42e8q27ab10e0cb8f9bb6@mail.gmail.com>
Date: Tue, 11 Mar 2008 21:29:11 +0900
From: "Akinobu Mita" <akinobu.mita@...il.com>
To: "Hugh Dickins" <hugh@...itas.com>
Cc: linux-kernel@...r.kernel.org, akpm@...ux-foundation.org,
linux-fsdevel@...r.kernel.org
Subject: Re: [PATCH 4/5] shmem: use call_once()
2008/3/11, Hugh Dickins <hugh@...itas.com>:
> On Tue, 11 Mar 2008, Akinobu Mita wrote:
> > This patch defers mounting tmpfs till shmem_file_setup() is
> > called first time by using call_once().
>
>
> Please explain why we might need this patch: is something changing
> elsewhere? Or are you misled by that "module_init(init_tmpfs)"
> into thinking that mm/shmem.c is sometimes built modular?
>
If no processes call shmem_file_setup() (via shm_get(2)), it is unnecessary
to do vfs_kern_mount(&tmpfs_fs_type, ...) unconditionary in boot-time.
So I thought it is suitable example to demonstrate how to use "call_once()"
in this patch set.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists