public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* JFFS (2) - File locking
@ 2001-07-16 14:02 David Mackay
  2001-07-16 14:12 ` David Woodhouse
  0 siblings, 1 reply; 2+ messages in thread
From: David Mackay @ 2001-07-16 14:02 UTC (permalink / raw)
  To: linux-mtd

Hi,
 
We are beginning to develop a product using JFFS initially (possibly2 in
the future) and are using file locks in order to both write locally and
read remotely with a Java client front end. Currently on Ext2 our
program uses the system call lockf() which works well, however we read
with interest that JFFS does not support hard links and may have a
problem with this call!!? Any comments?
 
Thanks, David

EMC Website      http://www.emc-environment.com     Real Time Air
Quality Info     http://www.air-quality.net/

The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you
received this in error, please contact the sender and delete the
material from any computer.

 

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

* Re: JFFS (2) - File locking
  2001-07-16 14:02 JFFS (2) - File locking David Mackay
@ 2001-07-16 14:12 ` David Woodhouse
  0 siblings, 0 replies; 2+ messages in thread
From: David Woodhouse @ 2001-07-16 14:12 UTC (permalink / raw)
  To: David Mackay; +Cc: linux-mtd

dave.mackay@monitoreurope.com said:
>  Currently on Ext2 our program uses the system call lockf() which
> works well, however we read with interest that JFFS does not support
> hard links and may have a problem with this call!!? Any comments?  

File locking doesn't involve the underlying filesystem, I believe - at 
least not for non-networked file systems. File locking on JFFS and JFFS2 
should just work.

Hard links are a completely separate issue. JFFS doesn't support them. 
JFFS2 does.

--
dwmw2

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

end of thread, other threads:[~2001-07-16 14:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-16 14:02 JFFS (2) - File locking David Mackay
2001-07-16 14:12 ` David Woodhouse

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