From: Robert Love <rml@novell.com>
To: Steve French <smfltc@us.ibm.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: supporting functions missing from inotify patch
Date: Wed, 13 Jul 2005 16:39:49 -0400 [thread overview]
Message-ID: <1121287189.6384.57.camel@betsy> (raw)
In-Reply-To: <1121286081.5555.73.camel@stevef95.austin.ibm.com>
On Wed, 2005-07-13 at 15:21 -0500, Steve French wrote:
> I did not think that inotify_add_watch called dir_notify. I don't see a path in which
> calls to add a new inotify watch end up in a call to fcntl_dirnotify or file->dir_notify
> This is for the case in which an app only calls inotify ioctl - ie does not [also] do a call
> to dnotify.
No, you are right, they do not, right now.
Is dir_notify suitable for inotify and your uses? In the 10 months of
inotify development, I had hoped that a remote filesystem developer
would add support so we could test it. But there is no rush to get this
hook added, so its okay.
The problem with dir_notify is that the args parameter is dnotify flags.
Those don't map directly to inotify flags.
What I'd like is
(a) a patch adding the requisite inotify hook (really, 4 lines)
(b) a filesystem successfully using the hook
> Without such a call - an app that does your new ioctl to add a watch on a file or directory will
> not cause the network/cluster fs to turn on notification on the server since the watch
> will be not seen by the client filesystem.
It is a system call, now. ;-)
> OK - you exported a common underlying function
> inotify_inode_queue_event
> under the inline functions which the network/cluster fs would call to notify of remote changes.
> That makes sense. I had missed that.
Nod.
Robert Love
next prev parent reply other threads:[~2005-07-13 20:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-13 20:21 supporting functions missing from inotify patch Steve French
2005-07-13 20:39 ` Robert Love [this message]
2005-07-13 21:51 ` Steve French
-- strict thread matches above, loose matches on Subject: below --
2005-07-13 18:43 Steve French
2005-07-13 19:12 ` Robert Love
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=1121287189.6384.57.camel@betsy \
--to=rml@novell.com \
--cc=linux-kernel@vger.kernel.org \
--cc=smfltc@us.ibm.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox