Mohit Katiyar wrote:
Hi
Thanks for the reply.
But i am really confused about the nfs superblock and root directory
maintainance.
For example
If we mount two partition as shown below
mount -t nfs host1:/export/dir1 /mnt/dir1/
mount -t nfs host2:/export/dir2 /mnt/dir2/
Then will there be two nfs superbocks created one per each mount?
If not and if there is only one nfs superblock then s_root entry of
the nfs superbolck will point to which root directory(of the first or
second mount).
There will be two superblocks created, one per mount, assuming that
host1 and host2 are different systems.
I would suggest studying the code at this point.
ps
-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html