public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* Problem with deleted files
@ 2001-01-26 13:38 Simon Munton
  2001-01-26 13:53 ` David Woodhouse
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Munton @ 2001-01-26 13:38 UTC (permalink / raw)
  To: MTD (E-mail), JFFS (E-mail)

Hi,

Consider the following:

Create a file for writing
Unlink it, but don't close it
Write lots of data to the file, so that some nodes get written to the next
flash erase sector
Close it
Use the filesystem enough until the flash sector containing the delete node
is erased.
Unmount the filesystem.

The flash now contains nodes for the file that was deleted, but the node
that says the file was deleted has gone. when remounting the file system,
the file will reappear. (If the file was in a directory that was also
deleted, the mount will fail:'Found inode with no parent and pino'.)

This could be fixed by always setting a node's deleted flag if the
corresponding file's deleted flag is set, when it is written in
jffs_write_node() and jffs_rewrite_data(). Can anyone see any problems with
this?

Should the filesystem fail to mount if it finds a node with no parent? Would
it be better to just throw away such nodes, or perhaps create a virtual
lost+found directory and put them there?

Simon


To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org

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

end of thread, other threads:[~2001-01-26 13:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-26 13:38 Problem with deleted files Simon Munton
2001-01-26 13:53 ` David Woodhouse

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