cleanup: save 60 lines/100 bytes by combining two mostly duplicate functions.
authorRob Landley <rlandley@parallels.com>
Wed, 9 Mar 2011 21:54:13 +0000 (15:54 -0600)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 11 Mar 2011 20:39:28 +0000 (15:39 -0500)
Eliminate two mostly duplicate functions (nfs_parse_simple_hostname()
and nfs_parse_protected_hostname()) and instead just make the calling
function (nfs_parse_devname()) do everything.

Signed-off-by: Rob Landley <rlandley@parallels.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/super.c

diff --cc fs/nfs/super.c
Simple merge