/alps/fastwriter

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/fastwriter

« back to all changes in this revision

Viewing changes to default.c

  • Committer: Suren A. Chilingaryan
  • Date: 2012-03-07 04:30:11 UTC
  • Revision ID: csa@dside.dyndns.org-20120307043011-s8puihu7kwtbiavv
Clean open flags in raw mode

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
#ifdef SYNC_MODE
85
85
        ctx->sync_mode = 0;
86
86
#endif /* SYNC_MODE */
 
87
        open_flags &= ~(O_CREAT|O_NOATIME|O_LARGEFILE);
87
88
    } else if (!strcmp(fs, "ext4")) {
88
89
        ctx->wr_block = EXT4_WRITEBLOCK;
89
90
        ctx->pa_block = EXT4_PREALLOCATE;