Re: How VFS interacts with a file driver

2001-05-14 Thread Albert D. Cahalan
Daniel Phillips writes: > On Monday 14 May 2001 07:29, Blesson Paul wrote: >>I am trying to implement a distributed file system. Me too! :-) >> For that I write a file driver. I want to know the following things >> >> 1 . If I am writing a new file system, is it necessary to

Re: How VFS interacts with a file driver

2001-05-14 Thread Daniel Phillips
On Monday 14 May 2001 07:29, Blesson Paul wrote: > Hi >I am trying to implement a distributed file system. > For that I write a file driver. I want to know the following things > > 1 . If I am writing a new file system, is it necessary to modify the > existing structs including

Re: How VFS interacts with a file driver

2001-05-14 Thread Daniel Phillips
On Monday 14 May 2001 07:29, Blesson Paul wrote: Hi I am trying to implement a distributed file system. For that I write a file driver. I want to know the following things 1 . If I am writing a new file system, is it necessary to modify the existing structs including inode

Re: How VFS interacts with a file driver

2001-05-14 Thread Albert D. Cahalan
Daniel Phillips writes: On Monday 14 May 2001 07:29, Blesson Paul wrote: I am trying to implement a distributed file system. Me too! :-) For that I write a file driver. I want to know the following things 1 . If I am writing a new file system, is it necessary to modify the

How VFS interacts with a file driver

2001-05-13 Thread Blesson Paul
Hi I am trying to implement a distributed file system. For that I write a file driver. I want to know the following things 1 . If I am writing a new file system, is it necessary to modify the existing structs including inode struct. 2 . If it is not needed, will a simple