From: Mihai Rusu <dizzy@schlund.ro>
To: linux-kernel@vger.kernel.org
Cc: Robert Love <rml@novell.com>
Subject: [RFC][PATCH 2.4 4/4] inotify 0.22 2.4.x backport - main inotify codes
Date: Tue, 10 May 2005 18:15:29 +0300 [thread overview]
Message-ID: <4280D011.8080302@schlund.ro> (raw)
Hi
This are the inotify specific codes and the bulk of this backport.
Because the patch exceeds 40Kbytes I am posting it on a web site.
http://oss.schlund.de/inotify-2.4/04_inotify-2.4.30.patch
Documentation/00-INDEX | 2
Documentation/Configure.help | 12
Documentation/filesystems/inotify.txt | 81 ++
fs/Config.in | 2
fs/Makefile | 3
fs/attr.c | 34 -
fs/file_table.c | 3
fs/inode.c | 16
fs/inotify.c | 1033
++++++++++++++++++++++++++++++++++
fs/namei.c | 140 ++--
fs/open.c | 7
fs/read_write.c | 25
include/linux/fs.h | 5
include/linux/fsnotify.h | 230 +++++++
include/linux/inotify.h | 113 +++
include/linux/sched.h | 5
kernel/user.c | 4
17 files changed, 1595 insertions(+), 120 deletions(-)
--
Mihai Rusu
Linux System Development
Schlund + Partner AG Tel : +40-21-231-2544
Str Mircea Eliade 18 EMail : dizzy@schlund.ro
Sect 1, Bucuresti
71295, Romania
reply other threads:[~2005-05-10 15:17 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=4280D011.8080302@schlund.ro \
--to=dizzy@schlund.ro \
--cc=linux-kernel@vger.kernel.org \
--cc=rml@novell.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.