Changeset 6c501f8 in mainline for uspace/lib/ext4/libext4_inode.c


Ignore:
Timestamp:
2011-09-30T20:00:30Z (13 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
00a8f1b
Parents:
9875711
Message:

_mounted and _unmounted operations skeletons (copied from ext2fs)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/libext4_inode.c

    r9875711 r6c501f8  
    3636 */
    3737
    38 #include "libext4.h"
     38#include "libext4_inode.h"
     39
     40// TODO check return type
     41uint16_t ext4_inode_get_usage_count(ext4_inode_t *inode)
     42{
     43        // TODO
     44        return 0;
     45}
     46
    3947
    4048/**
Note: See TracChangeset for help on using the changeset viewer.