[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-28-143-g97cc5e3

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


The branch, v3-0-test has been updated
       via  97cc5e316a4eacbf0fb6ac01228eea6688144a57 (commit)
      from  b214365ec32c1904ea763cccd0b2b49f5f6f0869 (commit)

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


- Log -----------------------------------------------------------------
commit 97cc5e316a4eacbf0fb6ac01228eea6688144a57
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 b76046b..1758a9f 100644
--- a/source/modules/vfs_notify_fam.c
+++ b/source/modules/vfs_notify_fam.c
@@ -156,6 +156,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