Changes in uspace/srv/fs/mfs/mfs_dentry.c [64e63ce1:44ecf89] in mainline
- File:
- 
      - 1 edited
 
 - 
          
  uspace/srv/fs/mfs/mfs_dentry.c (modified) (3 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      uspace/srv/fs/mfs/mfs_dentry.cr64e63ce1 r44ecf89 36 36 * 37 37 * @param mnode Pointer to the directory node. 38 * @param d_info Pointer to a directory entry structure where 39 * the dentry infowill be stored.38 * @param d_info Pointer to a directory entry structure where the dentry info 39 * will be stored. 40 40 * @param index index of the dentry in the list. 41 41 * … … 101 101 /**Write a directory entry on disk. 102 102 * 103 * @param d_info The directory entry to write todisk.103 * @param d_info Pointer to the directory entry structure to write on disk. 104 104 * 105 105 * @return EOK on success or a negative error code. … … 240 240 goto out; 241 241 r = mfs_write_map(mnode, pos, b, &dummy); 242 if (r != EOK) { 243 mfs_free_zone(mnode->instance, b); 242 if (r != EOK) 244 243 goto out; 245 }246 244 } 247 245 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
