summaryrefslogtreecommitdiffstats
path: root/sbin/mount_reiserfs/mount_reiserfs.c
Commit message (Collapse)AuthorAgeFilesLines
* Use MOPT_END in favor of MOPT_NULL, which better describes the purporsedelphij2005-06-101-1/+1
| | | | of the macro.
* Add a handy macro to represent null mount option, MOPT_NULL, and makedelphij2005-06-011-1/+1
| | | | | | | | | | | | | | | | | | | use of the macro in sbin/mount*'s, by replacing: mopts[] = { MOPT_STDOPTS, { NULL } } With: mopts[] = { MOPT_STDOPTS, MOPT_NULL } This change will help to reduce the situation that we don't explicitly initialize "struct mntopt"'s. It should not contribute to any functional/logical changes as far as I can tell.
* Import of mount_reiserfs(8), used to mount a ReiserFS filesystem.dumbbell2005-05-241-0/+106
Approved by: mux (mentor)
OpenPOWER on IntegriCloud