summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2011-06-02 16:42:22 +0900
committerGreg Kroah-Hartman <gregkh@suse.de>2011-06-02 16:42:22 +0900
commit7eb66b44ae42aa708250ff57318672994df9ac05 (patch)
tree7812fd45b06cc017f0b6cd74f50644faf582d8ff
parent85fe7f6b3f4e5afd856dfaf00b8513207013539a (diff)
downloadstable-queue-7eb66b44ae42aa708250ff57318672994df9ac05.tar.gz
.38 - remove 2 parisc syscall patches that were not needed
-rw-r--r--queue-2.6.38/series2
-rw-r--r--queue-2.6.38/wire-up-syncfs-syscall.patch40
-rw-r--r--queue-2.6.38/wire-up-the-fhandle-syscalls.patch42
3 files changed, 0 insertions, 84 deletions
diff --git a/queue-2.6.38/series b/queue-2.6.38/series
index 64fa937015..0faf9920d1 100644
--- a/queue-2.6.38/series
+++ b/queue-2.6.38/series
@@ -36,8 +36,6 @@ nl80211-fix-set_key-regression-with-some-drivers.patch
mac80211-fix-a-few-rcu-issues.patch
wire-up-fanotify-syscalls.patch
wire-up-clock_adjtime-syscall.patch
-wire-up-the-fhandle-syscalls.patch
-wire-up-syncfs-syscall.patch
drm-send-pending-vblank-events-before-disabling-vblank.patch
pata_cm64x-fix-boot-crash-on-parisc.patch
ext3-fix-fs-corruption-when-make_indexed_dir-fails.patch
diff --git a/queue-2.6.38/wire-up-syncfs-syscall.patch b/queue-2.6.38/wire-up-syncfs-syscall.patch
deleted file mode 100644
index c27390594b..0000000000
--- a/queue-2.6.38/wire-up-syncfs-syscall.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 2e7bad5f34b5beed47542490c760ed26574e38ba Mon Sep 17 00:00:00 2001
-From: James Bottomley <James.Bottomley@HansenPartnership.com>
-Date: Fri, 15 Apr 2011 08:55:47 -0700
-Subject: [PARISC] wire up syncfs syscall
-
-From: James Bottomley <James.Bottomley@HansenPartnership.com>
-
-commit 2e7bad5f34b5beed47542490c760ed26574e38ba upstream.
-
-Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-
----
- arch/parisc/include/asm/unistd.h | 3 ++-
- arch/parisc/kernel/syscall_table.S | 1 +
- 2 files changed, 3 insertions(+), 1 deletion(-)
-
---- a/arch/parisc/include/asm/unistd.h
-+++ b/arch/parisc/include/asm/unistd.h
-@@ -819,8 +819,9 @@
- #define __NR_clock_adjtime (__NR_Linux + 324)
- #define __NR_name_to_handle_at (__NR_Linux + 325)
- #define __NR_open_by_handle_at (__NR_Linux + 326)
-+#define __NR_syncfs (__NR_Linux + 327)
-
--#define __NR_Linux_syscalls (__NR_open_by_handle_at + 1)
-+#define __NR_Linux_syscalls (__NR_syncfs + 1)
-
-
- #define __IGNORE_select /* newselect */
---- a/arch/parisc/kernel/syscall_table.S
-+++ b/arch/parisc/kernel/syscall_table.S
-@@ -425,6 +425,7 @@
- ENTRY_COMP(clock_adjtime)
- ENTRY_SAME(name_to_handle_at) /* 325 */
- ENTRY_COMP(open_by_handle_at)
-+ ENTRY_SAME(syncfs)
-
- /* Nothing yet */
-
diff --git a/queue-2.6.38/wire-up-the-fhandle-syscalls.patch b/queue-2.6.38/wire-up-the-fhandle-syscalls.patch
deleted file mode 100644
index cf63043f32..0000000000
--- a/queue-2.6.38/wire-up-the-fhandle-syscalls.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From a71aae4cec120ee85cf32608fca40a4605461214 Mon Sep 17 00:00:00 2001
-From: James Bottomley <James.Bottomley@HansenPartnership.com>
-Date: Fri, 15 Apr 2011 08:55:46 -0700
-Subject: [PARISC] wire up the fhandle syscalls
-
-From: James Bottomley <James.Bottomley@HansenPartnership.com>
-
-commit a71aae4cec120ee85cf32608fca40a4605461214 upstream.
-
-Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-
----
- arch/parisc/include/asm/unistd.h | 4 +++-
- arch/parisc/kernel/syscall_table.S | 2 ++
- 2 files changed, 5 insertions(+), 1 deletion(-)
-
---- a/arch/parisc/include/asm/unistd.h
-+++ b/arch/parisc/include/asm/unistd.h
-@@ -817,8 +817,10 @@
- #define __NR_fanotify_init (__NR_Linux + 322)
- #define __NR_fanotify_mark (__NR_Linux + 323)
- #define __NR_clock_adjtime (__NR_Linux + 324)
-+#define __NR_name_to_handle_at (__NR_Linux + 325)
-+#define __NR_open_by_handle_at (__NR_Linux + 326)
-
--#define __NR_Linux_syscalls (__NR_clock_adjtime + 1)
-+#define __NR_Linux_syscalls (__NR_open_by_handle_at + 1)
-
-
- #define __IGNORE_select /* newselect */
---- a/arch/parisc/kernel/syscall_table.S
-+++ b/arch/parisc/kernel/syscall_table.S
-@@ -423,6 +423,8 @@
- ENTRY_SAME(fanotify_init)
- ENTRY_COMP(fanotify_mark)
- ENTRY_COMP(clock_adjtime)
-+ ENTRY_SAME(name_to_handle_at) /* 325 */
-+ ENTRY_COMP(open_by_handle_at)
-
- /* Nothing yet */
-