From: prabhum@msys-tech.com (prabhu)
To: kernelnewbies@lists.kernelnewbies.org
Subject: vfs functions
Date: Wed, 12 Jan 2011 17:08:45 +0530 [thread overview]
Message-ID: <4D2D92C5.50207@msys-tech.com> (raw)
In-Reply-To: <AANLkTi=AzgTxBCk_G1wtWjL=1wdcLXgW1O2E+PHd-LzL@mail.gmail.com>
mohit verma wrote:
> hi folks,
>
> i am confused with the functions starting from vfs_ . i think they
> show the significance of VFS model i mean if something could be done
> without touching the disk stuff then why not to do that
> but i am not quite sure. so please help me understand what does these
> actually mean??
>
> thanks in advance guysss
>
I am not sure that I understand the above question correctly, you mean
"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
> ------------------------------------------------------------------------
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110112/b4342aeb/attachment.html
next prev parent reply other threads:[~2011-01-12 11:38 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-12 8:13 vfs functions mohit verma
2011-01-12 9:33 ` Rajat Sharma
2011-01-12 11:38 ` prabhu [this message]
2011-01-12 12:08 ` mohit verma
2011-01-12 14:48 ` Rajat Sharma
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D2D92C5.50207@msys-tech.com \
--to=prabhum@msys-tech.com \
--cc=kernelnewbies@lists.kernelnewbies.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.