Date: Sun, 23 Aug 1998 22:49:05 +0200 From: Jan Kara <jack@atrey.karlin.mff.cuni.cz> To: poipoi@famipow.com Cc: freebsd-fs@FreeBSD.ORG, linux-fsdevel@vger.rutgers.edu Subject: Re: name cache wiping in readdir ? Message-ID: <19980823224905.35695@atrey.karlin.mff.cuni.cz> In-Reply-To: <19980823082102.396.qmail@hwi.poi.org>; from poipoi@famipow.com on Sun, Aug 23, 1998 at 10:21:01AM %2B0200 References: <19980823082102.396.qmail@hwi.poi.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello. > hi > > in ext2, each name read by readdir (called by getdents(2)) is sent in > the name cache. OK. Looking in both ext2 and linux/fs/readdir.c getdents() code (kernel 2.1.117), I haven't found a place where the names would be sent to dcache. They are only stored in a special structure linux_dirent which has nothing to do with dcache. Nice hacking. Honza. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980823224905.35695>