MTD CVS update: 'mtd/fs/jffs jffs_proc.h jffs_proc.c'

finn at infradead.org finn at infradead.org
Wed Aug 23 11:12:45 EDT 2000


Update of /home/cvs/mtd/fs/jffs
In directory infradead.org:/tmp/cvs-serv31784

Added Files:
	jffs_proc.h jffs_proc.c 
Log Message:
This is the initial version of code for adding a JFFS directory hierarchy
in the proc file system for easier monitoring and debugging of a mounted
JFFS partition. The directory structure looks like

        jffs/
          3c:12/
            info
            layout

where ``jffs'' is the main directory for all JFFS partitions. ``3c:12'' is
the name of the mounted device (generated by kdevname). ``info'' is a file
with general information like the size of the partition, the sector size,
free size and used size. ``layout'' is a file that contains the current
physical layout of the file system on-flash.

This code is optional and does not have to be added to a production release.



To unsubscribe, send "unsubscribe mtd-cvs" to majordomo at infradead.org



More information about the linux-mtd-cvs mailing list