Skip to content

Commit

Permalink
DOCS: document the readahead url argument
Browse files Browse the repository at this point in the history
Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
  • Loading branch information
sahlberg committed Dec 5, 2014
1 parent 5f6442d commit 9c1d384
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ Arguments supported by libnfs are :
default it 65534 on Windows and getuid() on unixen.
gid=<int> : GID value to use when talking to the server.
default it 65534 on Windows and getgid() on unixen.

readahead=<int> : Enable readahead for files and set the maximum amount
of readahead to <int>.

ROOT vs NON-ROOT
================
Expand Down
2 changes: 2 additions & 0 deletions include/nfsc/libnfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ EXTERN void nfs_destroy_context(struct nfs_context *nfs);
* default it 65534 on Windows and getuid() on unixen.
* gid=<int> : GID value to use when talking to the server.
* default it 65534 on Windows and getgid() on unixen.
* readahead=<int> : Enable readahead for files and set the maximum amount
* of readahead to <int>.
*/
/*
* Parse a complete NFS URL including, server, path and
Expand Down

0 comments on commit 9c1d384

Please sign in to comment.