K 10 svn:author V 2 dd K 8 svn:date V 27 2001-05-02T02:16:16.000000Z K 7 svn:log V 396 Implement the -r and -w options as `-o ro' and `-o noro', respectively. At least in -w's case, simply unsetting the correct bit in init_flags was not enough. The bit may be reset later if, say, the filesystem is marked `ro' in fstab. The command line option should override the fstab setting, but did not. The implementation of -r was changed for consistency. PR: 26886 Reviewed by: archie END