Changeset c544c5d in mainline for uspace/lib/libfs/libfs.c


Ignore:
Timestamp:
2008-08-08T14:31:05Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
12fc042
Parents:
a61d1fc3
Message:

Stop using fixed size BLOCK_SIZE in the ramdisk task and allow each client to negotiate its own
maximum block size. Allow the individual transfers to use block sizes smaller and equal to the
negotiated maximum block size.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libfs/libfs.c

    ra61d1fc3 rc544c5d  
    3737#include "libfs.h"
    3838#include "../../srv/vfs/vfs.h"
     39#include "../../srv/rd/rd.h"
    3940#include <errno.h>
    4041#include <async.h>
     
    331332}
    332333
    333 #define RD_BASE         1024    // FIXME
    334 #define RD_READ_BLOCK   (RD_BASE + 1)
    335 
    336334/** Read data from a block device.
    337335 *
Note: See TracChangeset for help on using the changeset viewer.