public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
* Communicating FileSystem Structures b/w Two Machines
@ 2006-04-10  6:11 UZAIR LAKHANI
  2006-04-10 11:16 ` Martin Jambor
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: UZAIR LAKHANI @ 2006-04-10  6:11 UTC (permalink / raw)
  To: linux-fsdevel

Hello All,

I am in the process of making a filesystem in a
client/server environment where there is a single
server having a storage attached and 2 to 3 clients
accessing that storage through a communication
mechanism. The client and server are using a
buffer(unsigned char array) to communicate.

In order for client and server to communicate, they
have to exchange different structures like
super-block, inode, dentry, vfsmount etc. We have to
use 2.6.x kernels but since different versions of
kernel will have differnt sizes for these structures,
I am getting problems in communicating these
structures b/w client and server. I therefore want a
machine and kernel independent way for communicating
these structures so as to handle the sizes problem.

Your comments and help are welcomed.

Thanks,
Uzair Lakhani

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-04-11 10:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-10  6:11 Communicating FileSystem Structures b/w Two Machines UZAIR LAKHANI
2006-04-10 11:16 ` Martin Jambor
2006-04-10 13:32 ` Matthew Wilcox
2006-04-11 10:00 ` Fawad Lateef

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox