From: Robert Love <rml@novell.com>
To: tony.luck@intel.com
Cc: The Cutch <ttb@tentacle.dhs.org>, Andrew Morton <akpm@osdl.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [patch] inotify: ia64 syscalls.
Date: Wed, 27 Jul 2005 11:58:17 -0400 [thread overview]
Message-ID: <1122479897.21253.160.camel@betsy> (raw)
Hi, Tony.
Attached patch adds the inotify syscalls to ia64.
Signed-off-by: Robert Love <rml@novell.com>
arch/ia64/kernel/entry.S | 6 +++---
include/asm-ia64/unistd.h | 3 +++
2 files changed, 6 insertions(+), 3 deletions(-)
diff -urN linux-2.6.13-rc3-git8/arch/ia64/kernel/entry.S linux/arch/ia64/kernel/entry.S
--- linux-2.6.13-rc3-git8/arch/ia64/kernel/entry.S 2005-07-27 10:59:31.000000000 -0400
+++ linux/arch/ia64/kernel/entry.S 2005-07-27 11:51:20.000000000 -0400
@@ -1574,8 +1574,8 @@
data8 sys_ioprio_set
data8 sys_ioprio_get // 1275
data8 sys_set_zone_reclaim
- data8 sys_ni_syscall
- data8 sys_ni_syscall
- data8 sys_ni_syscall
+ data8 sys_inotify_init
+ data8 sys_inotify_add_watch
+ data8 sys_inotify_rm_watch
.org sys_call_table + 8*NR_syscalls // guard against failures to increase NR_syscalls
diff -urN linux-2.6.13-rc3-git8/include/asm-ia64/unistd.h linux/include/asm-ia64/unistd.h
--- linux-2.6.13-rc3-git8/include/asm-ia64/unistd.h 2005-07-27 10:59:32.000000000 -0400
+++ linux/include/asm-ia64/unistd.h 2005-07-27 11:56:43.000000000 -0400
@@ -266,6 +266,9 @@
#define __NR_ioprio_set 1274
#define __NR_ioprio_get 1275
#define __NR_set_zone_reclaim 1276
+#define __NR_inotify_init 1277
+#define __NR_inotify_add_watch 1278
+#define __NR_inotify_rm_watch 1279
#ifdef __KERNEL__
reply other threads:[~2005-07-27 16:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1122479897.21253.160.camel@betsy \
--to=rml@novell.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tony.luck@intel.com \
--cc=ttb@tentacle.dhs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®