The Samba-Bugzilla – Attachment 3161 Details for
Bug 5307
"Notify Change" doesn't notify correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-Respect-FAMChanged-attempt-to-fix-bug-5307.patch (text/plain), 799 bytes, created by
Volker Lendecke
on 2008-03-06 00:17:16 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2008-03-06 00:17:16 UTC
Size:
799 bytes
patch
obsolete
>From 31b62700448060a69448811e78b5a99ed7514b40 Mon Sep 17 00:00:00 2001 >From: Volker Lendecke <vl@samba.org> >Date: Thu, 6 Mar 2008 07:19:46 +0100 >Subject: [PATCH] Respect FAMChanged -- attempt to fix bug 5307 > >Thanks to Ricardo Santos >--- > source/modules/vfs_notify_fam.c | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > >diff --git a/source/modules/vfs_notify_fam.c b/source/modules/vfs_notify_fam.c >index 30cb0aa..aacc52e 100644 >--- a/source/modules/vfs_notify_fam.c >+++ b/source/modules/vfs_notify_fam.c >@@ -155,6 +155,9 @@ static void fam_handler(struct event_context *event_ctx, > fam_event.filename)); > > switch (fam_event.code) { >+ case FAMChanged: >+ ne.action = NOTIFY_ACTION_MODIFIED; >+ break; > case FAMCreated: > ne.action = NOTIFY_ACTION_ADDED; > break; >-- >1.5.3.7 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 5307
:
3160
| 3161