~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to uspace/app/mkfat/mkfat.c

  • Committer: Martin Sucha
  • Date: 2011-07-08 17:01:01 UTC
  • mfrom: (1095 main-clone)
  • mto: This revision was merged to the branch mainline in revision 1123.
  • Revision ID: sucha14@st.fmph.uniba.sk-20110708170101-eosjw1koauuvmzkz
MergeĀ mainlineĀ changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
                return 2;
144
144
        }
145
145
 
146
 
        rc = block_init(handle, 2048);
 
146
        rc = block_init(EXCHANGE_SERIALIZE, handle, 2048);
147
147
        if (rc != EOK)  {
148
148
                printf(NAME ": Error initializing libblock.\n");
149
149
                return 2;