Description of problem: mount.8 misspelled relatime as realtime in its description of the 'norelatime' option. Also, in Fedora the default for ext3 is relatime but the manpage cites the upstream default of atime; this might be confusing to users. (To clarify: does the relatime default apply to ext3 only, or also to ext4dev? How about other filesystems that are sometimes in use, like reiser or jfs? xfs too, though that's unlikely to be used on a Flash block device) Version-Release number of selected component (if applicable): 2.14.1-2.fc10 How reproducible: Always Steps to Reproduce: 1. man mount
The spelling change is still a bug; Fedora's kernel default is now back to atime so the other change does not need to be made anymore. Fedora's userspace *should* probably use relatime by default but that's not a util-linux-ng, presumably.
I'd like to minimize number of Fedora specific patches, especially when the patch depends on any other patch in any other package (e.g kernel). I have added to the upstream mount.1 man page ("-o" section): Some of these options could be enabled or disabled by default in the system kernel. To check the current setting see the options in /proc/mounts. The typo has been fixed in upstream code. Thanks.