<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
mohit verma wrote:
<blockquote
 cite="mid:AANLkTi=AzgTxBCk_G1wtWjL=1wdcLXgW1O2E+PHd-LzL@mail.gmail.com"
 type="cite">hi folks,<br>
  <br>
i am confused with the functions starting from vfs_ . i&nbsp; think they
show the significance of VFS model&nbsp; i&nbsp; mean if something could be done
without touching the&nbsp; disk stuff then why not to do that<br>
but i am not quite sure. so please help me understand what does these
actually mean??<br>
  <br>
thanks in advance guysss<br clear="all">
  <br>
</blockquote>
<br>
<pre wrap=""><span class="moz-txt-citetags"></span>I am not sure that I understand the above question correctly, you mean 
<span class="moz-txt-citetags"></span>"what is the use of VFS file system if doing operation without touching the disk . 
That means doing operation on cd rom, keyboard,mouse ?"

VFS is a upper layer of all the filesystem and all the module register its file operation into this layer.
So Whenever you doing operation on any file, VFS layer receive the request and redirect into corresponding 
registered module operation.

I don't think we can do the operation without vfs.

Please correct me if i am wrong.

Thanks ,
Skm prabhu
</pre>
<br>
<blockquote
 cite="mid:AANLkTi=AzgTxBCk_G1wtWjL=1wdcLXgW1O2E+PHd-LzL@mail.gmail.com"
 type="cite">
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Kernelnewbies mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a>
<a class="moz-txt-link-freetext" href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a>
  </pre>
</blockquote>
<br>
</body>
</html>