cvs commit: src/sys/ufs/ffs ffs_vfsops.c

Andrey Chernov ache at FreeBSD.ORG
Mon May 29 21:12:28 PDT 2006


On Mon, May 29, 2006 at 11:45:31PM -0400, Craig Rodrigues wrote:

> +		if (strcmp(argv[i], "ro") == 0 &&
> +		    strcmp(argv[i-1], "-o") == 0) {
> +			return 1;

It looks like hack. There is comma separated list for -o needs to be fully 
parsed, f.e. '-o acls,ro'

-- 
http://ache.pp.ru/


More information about the cvs-src mailing list