[oe-commits] Steffen Sledz : linux-2.6.24: tiny jffs2 compile bug for OXNAS machine fixed

GIT User account git at amethyst.openembedded.net
Fri Mar 27 09:39:15 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c133a97e0c262fb707eecbc79a41cececb391e5a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c133a97e0c262fb707eecbc79a41cececb391e5a

Author: Steffen Sledz <sledz at dresearch.de>
Date:   Fri Mar 27 10:33:25 2009 +0100

linux-2.6.24: tiny jffs2 compile bug for OXNAS machine fixed

---

 recipes/linux/linux-2.6.24/oxnas/oxnas.diff |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/linux/linux-2.6.24/oxnas/oxnas.diff b/recipes/linux/linux-2.6.24/oxnas/oxnas.diff
index 04ff1a6..3f3dc66 100644
--- a/recipes/linux/linux-2.6.24/oxnas/oxnas.diff
+++ b/recipes/linux/linux-2.6.24/oxnas/oxnas.diff
@@ -45037,7 +45037,7 @@ diff -Nurd linux-2.6.24/fs/jffs2/file.c linux-2.6.24-oxe810/fs/jffs2/file.c
  	.mmap =		generic_file_readonly_mmap,
  	.fsync =	jffs2_fsync,
 -	.splice_read =	generic_file_splice_read,
-+	.sendfile =	generic_file_sendfile
++	.sendfile =	generic_file_sendfile,
 +  	.splice_read =	generic_file_splice_read,
  };
  





More information about the Openembedded-commits mailing list