summaryrefslogtreecommitdiffstats
path: root/fs/parseopt.h
Commit message (Collapse)AuthorAgeFilesLines
* nfs: parse nfsport and mount port from file system optionsUwe Kleine-König2014-02-101-0/+1
This allows to use unfs3 on the server side which doesn't integrate into portmap/rpcbind which results in the port not being impossible to lookup via rpc calls to the portmap program. Use it like: mount -t nfs -o port=2703,mountport=2703 192.168.77.157:/root /mnt/nfs Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>