Changeset 594303b in mainline for uspace/srv/vfs/vfs.h


Ignore:
Timestamp:
2009-04-18T15:32:56Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8d049ee0
Parents:
6b6e423a
Message:

Support mount options.
Let tmpfs decide whether to start empty or restored a TMPFS dump based on the mount option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs.h

    r6b6e423a r594303b  
    255255extern link_t plb_head;         /**< List of active PLB entries. */
    256256
     257#define MAX_MNTOPTS_LEN         256
     258
    257259/** Holding this rwlock prevents changes in file system namespace. */
    258260extern rwlock_t namespace_rwlock;
Note: See TracChangeset for help on using the changeset viewer.