r20634: A *LOT* more work is necessary before touching notify remotely starts to...
[samba.git] / source / smbd / open.c
index 81537e0be3045d21686198148764480c37d11644..bccc91bbd3e9b6d758cb2ecca04ad7a946486e9a 100644 (file)
@@ -309,8 +309,6 @@ static NTSTATUS open_file(files_struct *fsp,
                                                            fsp);
                        }
 
-                       notify_action(conn, parent_dir, name, -1,
-                                     NOTIFY_ACTION_ADDED);
                }
 
        } else {
@@ -1944,9 +1942,6 @@ static NTSTATUS mkdir_internal(connection_struct *conn, const char *name,
                change_dir_owner_to_parent(conn, parent_dir, name, psbuf);
        }
 
-       notify_action(conn, parent_dir, dirname, FILE_NOTIFY_CHANGE_DIR_NAME,
-                     NOTIFY_ACTION_ADDED);
-
        return NT_STATUS_OK;
 }