Changeset 51774cd in mainline for uspace/lib/c/include/ipc/vfs.h


Ignore:
Timestamp:
2017-04-04T21:31:40Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2166728
Parents:
59f388a
Message:

Reintroduce aoff64_t file sizes into VFS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/vfs.h

    r59f388a r51774cd  
    4141
    4242#define FS_NAME_MAXLEN  20
    43 #define MAX_PATH_LEN    (64 * 1024)
     43#define MAX_PATH_LEN    (32 * 1024)
    4444#define MAX_MNTOPTS_LEN 256
    4545#define PLB_SIZE        (2 * MAX_PATH_LEN)
     
    8484        VFS_OUT_CLOSE = IPC_FIRST_USER_METHOD,
    8585        VFS_OUT_DESTROY,
    86         VFS_OUT_GET_SIZE,
    8786        VFS_OUT_IS_EMPTY,
    8887        VFS_OUT_LINK,
Note: See TracChangeset for help on using the changeset viewer.