1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[kernel] Refresh patches.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15776 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hauke
2009-05-11 20:22:59 +00:00
parent c8264fa9cc
commit 71fdbbc25a
15 changed files with 106 additions and 111 deletions

View File

@@ -40,7 +40,7 @@
{
--- a/kernel/exit.c
+++ b/kernel/exit.c
@@ -521,6 +521,7 @@ struct files_struct *get_files_struct(st
@@ -516,6 +516,7 @@ struct files_struct *get_files_struct(st
return files;
}
@@ -48,7 +48,7 @@
void put_files_struct(struct files_struct *files)
{
@@ -540,6 +541,7 @@ void put_files_struct(struct files_struc
@@ -535,6 +536,7 @@ void put_files_struct(struct files_struc
free_fdtable(fdt);
}
}