Re: Addressing logically the buffer cache

2000-11-16 Thread Eric W. Biederman
Juan <[EMAIL PROTECTED]> writes: > Alexander Viro escribió: > > > > On Tue, 14 Nov 2000, Juan wrote: > > > > > Hi!. > > > > > > Is there any patch or project to address logically the buffer cache?. > > > Now, you use three parameters to find a buffer in cache: device, block > > > number, and

Re: Addressing logically the buffer cache

2000-11-16 Thread Eric W. Biederman
Juan [EMAIL PROTECTED] writes: Alexander Viro escribió: On Tue, 14 Nov 2000, Juan wrote: Hi!. Is there any patch or project to address logically the buffer cache?. Now, you use three parameters to find a buffer in cache: device, block number, and block size. But, what

Re: Addressing logically the buffer cache

2000-11-14 Thread Juan
Alexander Viro escribió: > > On Tue, 14 Nov 2000, Juan wrote: > > > Hi!. > > > > Is there any patch or project to address logically the buffer cache?. > > Now, you use three parameters to find a buffer in cache: device, block > > number, and block size. But, what about if I want to find a

Re: Addressing logically the buffer cache

2000-11-14 Thread Alexander Viro
On Tue, 14 Nov 2000, Juan wrote: > Hi!. > > Is there any patch or project to address logically the buffer cache?. > Now, you use three parameters to find a buffer in cache: device, block > number, and block size. But, what about if I want to find a buffer using > a super block, an inode

Addressing logically the buffer cache

2000-11-14 Thread Juan
Hi!. Is there any patch or project to address logically the buffer cache?. Now, you use three parameters to find a buffer in cache: device, block number, and block size. But, what about if I want to find a buffer using a super block, an inode number, and a block number within the file specified

Addressing logically the buffer cache

2000-11-14 Thread Juan
Hi!. Is there any patch or project to address logically the buffer cache?. Now, you use three parameters to find a buffer in cache: device, block number, and block size. But, what about if I want to find a buffer using a super block, an inode number, and a block number within the file specified

Re: Addressing logically the buffer cache

2000-11-14 Thread Alexander Viro
On Tue, 14 Nov 2000, Juan wrote: Hi!. Is there any patch or project to address logically the buffer cache?. Now, you use three parameters to find a buffer in cache: device, block number, and block size. But, what about if I want to find a buffer using a super block, an inode number, and

Re: Addressing logically the buffer cache

2000-11-14 Thread Juan
Alexander Viro escribió: On Tue, 14 Nov 2000, Juan wrote: Hi!. Is there any patch or project to address logically the buffer cache?. Now, you use three parameters to find a buffer in cache: device, block number, and block size. But, what about if I want to find a buffer using a