Subversion Repositories HelenOS

Rev

Rev 4585 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4585 Rev 4586
Line 1202... Line 1202...
1202
    libfs_open_node(&fat_libfs_ops, fat_reg.fs_handle, rid, request);
1202
    libfs_open_node(&fat_libfs_ops, fat_reg.fs_handle, rid, request);
1203
}
1203
}
1204
 
1204
 
1205
void fat_stat(ipc_callid_t rid, ipc_call_t *request)
1205
void fat_stat(ipc_callid_t rid, ipc_call_t *request)
1206
{
1206
{
1207
    ipc_answer_0(rid, ENOTSUP);
1207
    libfs_stat(&fat_libfs_ops, fat_reg.fs_handle, rid, request);
1208
}
1208
}
1209
 
1209
 
1210
void fat_sync(ipc_callid_t rid, ipc_call_t *request)
1210
void fat_sync(ipc_callid_t rid, ipc_call_t *request)
1211
{
1211
{
1212
    /* Dummy implementation */
1212
    /* Dummy implementation */