mount: for NFS use tcp per default rather than udp
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 4 May 2011 17:03:30 +0000 (19:03 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 4 May 2011 17:03:30 +0000 (19:03 +0200)
commit882062915d52581fb754e5721addca72aa789ab7
treec405e5719e7da448d93710b2863509d206bbf7ab
parent7945808c871f1cf659f7cbd74da18daad052fa40
mount: for NFS use tcp per default rather than udp

nfs-utils's mount.nfs uses TCP per default unless explicitly asked for
otherwise. This is also the expected behaviour for NFSv4, so ok there,
too.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
util-linux/mount.c