Displaying 2 results from an estimated 2 matches for "tmp_path".
Did you mean:
mp_path
2006 Apr 19
0
[patch] Re: Test migration (IMAP copy) and INTERNALDATE?]
...0000 -0500
+++ dovecot-1.0.beta7/src/lib-storage/index/maildir/maildir-save.c
2006-04-19 09:47:32.000000000 -0400
@@ -70,9 +70,20 @@
t_strconcat(ctx->newdir, "/", basename, NULL) :
t_strconcat(ctx->curdir, "/", dest, NULL);
- if (link(tmp_path, new_path) == 0)
+ if (link(tmp_path, new_path) == 0) {
ret = 0;
- else {
+ if (ctx->received_date != (time_t)-1) {
+ struct utimbuf buf;
+ /* set the received_date by modifying mtime */ +...
2009 Feb 13
44
[PATCH 0/40] ocfs2: Detach ocfs2 metadata I/O from struct inode
The following series of patches attempts to detach metadata I/O from
struct inode. They are currently tied together pretty tightly.
Metadata reads happen via the ocfs2_read_blocks() functions, writes via
both jbd2 and ocfs2_write_blocks().
- Each inode has a cache of associated metadata blocks stored on its
ip_metadata_cache member. The ocfs2_read/write_blocks() functions
take a struct