nfs: parse nfsport and mount port from file system options
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>
1 parent f97f4b6 commit 3ea30d9ce892a66d5161acd8afb24b755e3f2045
@Uwe Kleine-König Uwe Kleine-König authored on 7 Feb 2014
Sascha Hauer committed on 10 Feb 2014
Showing 4 changed files
View
fs/Makefile
View
fs/nfs.c
View
fs/parseopt.c 0 → 100644
View
fs/parseopt.h 0 → 100644