[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-2758-g8ef57a3

Volker Lendecke vl at samba.org
Thu Mar 6 09:04:02 GMT 2008


The branch, v3-2-test has been updated
       via  8ef57a34ebf24e577ba7bca57a5456c1f78a3659 (commit)
      from  d9f4060c660da0ad671e061b123df71d109d51b9 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 8ef57a34ebf24e577ba7bca57a5456c1f78a3659
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Mar 6 07:19:46 2008 +0100

    Respect FAMChanged -- attempt to fix bug 5307
    
    Thanks to Ricardo Santos

-----------------------------------------------------------------------

Summary of changes:
 source/modules/vfs_notify_fam.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

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;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list