[PATCH 3/6] afs: fix wrong document about volume type

David Howells dhowells at redhat.com
Fri Jun 22 14:18:43 EDT 2012


Yuanhan Liu <yliu.null at gmail.com> wrote:

> According to the code:
>   % means R/W
>   # means R/O
>   %(with rwpath mount option set) means R/W

Not precisely.

	params->type = AFSVL_ROVOL;
	params->force = false;

is the default is the name begins with a '#'.

See use of params->force in afs_volume_lookup().

David



More information about the linux-afs mailing list