Bug 7393 - No FindNotify support
Summary: No FindNotify support
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.6
Classification: Unclassified
Component: libsmbclient (show other bugs)
Version: unspecified
Hardware: Other Linux
: P3 normal
Target Milestone: ---
Assignee: Jeremy Allison
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-26 19:33 UTC by Bastien Nocera
Modified: 2017-11-23 11:29 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bastien Nocera 2010-04-26 19:33:28 UTC
The FindNotify notification support should be exported to applications so that user-space VFSes can implement support for it (in my particular case, so it can be implemented in gvfs).
Comment 1 Jeremy Allison 2010-04-26 19:48:57 UTC
What does the gvfs FindNotify interface look like ? Can you point me at a design document or source code so I can see what the calling API would look like ?

Thanks,

Jeremy.
Comment 2 Bastien Nocera 2010-04-27 03:27:14 UTC
The equivalent is:
http://library.gnome.org/devel/gio/stable/GFileMonitor.html

The easiest probably is to offer a small interface on top of FindNotify that exposes most of its functionality, and work out the kinks in the gvfs smb backend.
Comment 3 Jeremy Allison 2014-08-03 05:52:22 UTC
Taking ownership...
Jeremy.
Comment 4 Ross Lagerwall 2015-09-09 20:39:26 UTC
I guess this can be closed now since the functionality has been implemented.

Bastien, I've got some patches that adds support to gvfs, but it depends on bug 11413 being fixed.
Comment 5 Jeremy Allison 2015-09-09 21:03:18 UTC
Shipped in 4.3.0.
Comment 6 Bastien Nocera 2017-11-23 11:29:09 UTC
(In reply to Ross Lagerwall from comment #4)

Ross, do you have a reference to the upstream bugzilla for that?