]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
.38 - remove 2 parisc syscall patches that were not needed
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 2 Jun 2011 07:42:22 +0000 (16:42 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 2 Jun 2011 07:42:22 +0000 (16:42 +0900)
queue-2.6.38/series
queue-2.6.38/wire-up-syncfs-syscall.patch [deleted file]
queue-2.6.38/wire-up-the-fhandle-syscalls.patch [deleted file]

index 64fa9370158bcacc6170ce7ab80dfc609502cc93..0faf9920d15f2fdf775a4df14bf90e341e3c981f 100644 (file)
@@ -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 (file)
index c273905..0000000
+++ /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 (file)
index cf63043..0000000
+++ /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 */