Re: Speeding up VFS using HW assist

2001-05-25 Thread Pavel Machek
Hi! > I will be using Linux as the OS for an embedded system. > I was looking into 2.4.4 kernel code and saw the dcache implementation > in VFS which is pretty neat and fast by itself. > > My question is, will I gain any considerable efficiency in file system > access > if I can move this

Re: Speeding up VFS using HW assist

2001-05-25 Thread Pavel Machek
Hi! I will be using Linux as the OS for an embedded system. I was looking into 2.4.4 kernel code and saw the dcache implementation in VFS which is pretty neat and fast by itself. My question is, will I gain any considerable efficiency in file system access if I can move this

Speeding up VFS using HW assist

2001-05-22 Thread Bharath Madhavan
Hello All, I will be using Linux as the OS for an embedded system. I was looking into 2.4.4 kernel code and saw the dcache implementation in VFS which is pretty neat and fast by itself. My question is, will I gain any considerable efficiency in file system access if I can move this