projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[cavium-octeon] update to 2.6.30-rc5
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.27
/
513-yaffs_2.6.26_fix.patch
diff --git
a/target/linux/generic-2.6/patches-2.6.27/513-yaffs_2.6.26_fix.patch
b/target/linux/generic-2.6/patches-2.6.27/513-yaffs_2.6.26_fix.patch
index
32bd3a5
..
1159454
100644
(file)
--- a/
target/linux/generic-2.6/patches-2.6.27/513-yaffs_2.6.26_fix.patch
+++ b/
target/linux/generic-2.6/patches-2.6.27/513-yaffs_2.6.26_fix.patch
@@
-1,6
+1,6
@@
--- a/fs/yaffs2/yaffs_fs.c
+++ b/fs/yaffs2/yaffs_fs.c
--- a/fs/yaffs2/yaffs_fs.c
+++ b/fs/yaffs2/yaffs_fs.c
-@@ -76,6 +76,12 @@
+@@ -76,6 +76,12 @@
extern const char *yaffs_guts_c_version;
#endif
#endif
@@
-13,7
+13,7
@@
#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,17))
#define WRITE_SIZE_STR "writesize"
#define WRITE_SIZE(mtd) (mtd)->writesize
#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,17))
#define WRITE_SIZE_STR "writesize"
#define WRITE_SIZE(mtd) (mtd)->writesize
-@@ -189,7 +195,9 @@
+@@ -189,7 +195,9 @@
static void yaffs_read_inode(struct inod
#endif
#endif
@@
-23,7
+23,7
@@
static void yaffs_delete_inode(struct inode *);
static void yaffs_clear_inode(struct inode *);
static void yaffs_delete_inode(struct inode *);
static void yaffs_clear_inode(struct inode *);
-@@ -293,7 +301,9 @@
+@@ -293,7 +301,9 @@
static struct super_operations yaffs_sup
#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,25))
.read_inode = yaffs_read_inode,
#endif
#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,25))
.read_inode = yaffs_read_inode,
#endif
@@
-33,7
+33,7
@@
.put_super = yaffs_put_super,
.delete_inode = yaffs_delete_inode,
.clear_inode = yaffs_clear_inode,
.put_super = yaffs_put_super,
.delete_inode = yaffs_delete_inode,
.clear_inode = yaffs_clear_inode,
-@@ -437,6 +447,7 @@
+@@ -437,6 +447,7 @@
static struct dentry *yaffs_lookup(struc
}
}
@@
-41,7
+41,7
@@
/* For now put inode is just for debugging
* Put inode is called when the inode **structure** is put.
*/
/* For now put inode is just for debugging
* Put inode is called when the inode **structure** is put.
*/
-@@ -447,6 +458,7 @@
+@@ -447,6 +458,7 @@
static void yaffs_put_inode(struct inode
atomic_read(&inode->i_count)));
}
atomic_read(&inode->i_count)));
}
@@
-49,7
+49,7
@@
/* clear is called to tell the fs to release any per-inode data it holds */
static void yaffs_clear_inode(struct inode *inode)
/* clear is called to tell the fs to release any per-inode data it holds */
static void yaffs_clear_inode(struct inode *inode)
-@@ -2279,7 +2291,7 @@
+@@ -2279,7 +2291,7 @@
static int __init init_yaffs_fs(void)
/* Install the proc_fs entry */
my_proc_entry = create_proc_entry("yaffs",
S_IRUGO | S_IFREG,
/* Install the proc_fs entry */
my_proc_entry = create_proc_entry("yaffs",
S_IRUGO | S_IFREG,
@@
-58,7
+58,7
@@
if (my_proc_entry) {
my_proc_entry->write_proc = yaffs_proc_write;
if (my_proc_entry) {
my_proc_entry->write_proc = yaffs_proc_write;
-@@ -2325,7 +2337,7 @@
+@@ -2325,7 +2337,7 @@
static void __exit exit_yaffs_fs(void)
T(YAFFS_TRACE_ALWAYS, ("yaffs " __DATE__ " " __TIME__
" removing. \n"));
T(YAFFS_TRACE_ALWAYS, ("yaffs " __DATE__ " " __TIME__
" removing. \n"));
This page took
0.025541 seconds
and
4
git commands to generate.