jameesh | 19 Feb 05:59

SPI serial Flash

Hi,
    1. Can I use JFFS on a SPI Serial Flash.

Thanks & Regards
Jameesh

To unsubscribe from this list: send the line "unsubscribe jffs-dev" in
the body of a message to majordomo <at> axis.com

Adrian Bunk | 20 Feb 01:06
Picon
Favicon

[2.6 patch] remove fs/jffs2/ioctl.c

fs/jffs2/ioctl.c is already for so long in the "might be used later" 
state that I doubt it will ever be actually used...

And if it will ever be used, reverting this patch will be trivial.

Signed-off-by: Adrian Bunk <bunk <at> stusta.de>

---

This patch was already sent on:
- 26 Nov 2006

 fs/jffs2/Makefile   |    2 +-
 fs/jffs2/dir.c      |    1 -
 fs/jffs2/file.c     |    1 -
 fs/jffs2/ioctl.c    |   23 -----------------------
 fs/jffs2/os-linux.h |    3 ---
 5 files changed, 1 insertion(+), 29 deletions(-)

--- linux-2.6.14-rc5-mm1-full/fs/jffs2/os-linux.h.old	2005-11-01 20:28:24.000000000 +0100
+++ linux-2.6.14-rc5-mm1-full/fs/jffs2/os-linux.h	2005-11-01 20:28:31.000000000 +0100
@@ -147,9 +147,6 @@
 int jffs2_fsync(struct file *, struct dentry *, int);
 int jffs2_do_readpage_unlock (struct inode *inode, struct page *pg);

-/* ioctl.c */
-int jffs2_ioctl(struct inode *, struct file *, unsigned int, unsigned long);
-
 /* symlink.c */
 extern struct inode_operations jffs2_symlink_inode_operations;
(Continue reading)

Sendhilraj T | 1 Mar 11:36
Favicon

mount time for JFFS and JFFS2

Hi all,

I wonder if any one could let me know the normal mount time for JFFS and JFFS2.
Which one takes more time to get mounted?
Why JFFS2 takes more time to mount ,eventhough it has Log Structured File system?

T.Senthil To unsubscribe from this list: send the line "unsubscribe jffs-dev" in the body of a message to majordomo <at> axis.com

Gmane