Re: VFS Quota project

看板DFBSD_kernel作者時間14年前 (2011/08/19 18:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串4/4 (看更多)
On Thu, Aug 18, 2011 at 10:58:52AM +0200, Francois Tigeot wrote: > > The only major issue I've found so far is with nullfs mounts: from the virtual There's an other one with the root volume The root mount code has many differences with the normal mount path. Among them, it does not initialize the namecache subsystem. This is done later, by a call to vfs_cache_setroot() in start_init(). This is fine when all file operations are done by regular userland programs, but the vfs accounting code tries to create files to store its data permanently immediatly after a filesystem is mounted. Without correct namecache information, this leads to a crash on boot. To prevent this, VFS accounting is not enabled for / . -- Francois Tigeot
文章代碼(AID): #1EJZHbQx (DFBSD_kernel)
文章代碼(AID): #1EJZHbQx (DFBSD_kernel)