]> git.decadent.org.uk Git - nfs-utils.git/commit
text-based mount.nfs: Use new parser to handle 'addr=' and 'clientaddr='
authorChuck Lever <chuck.lever@oracle.com>
Fri, 28 Sep 2007 20:36:40 +0000 (16:36 -0400)
committerNeil Brown <neilb@suse.de>
Fri, 28 Sep 2007 21:58:57 +0000 (07:58 +1000)
commit83efd7ddb50cac2f0cf4887e7c54991b4cdcc635
tree03803297609b0eed79e1b832af09ada1a7e5c7b1
parent2ab6ed792a773751d1f5d60d13a06161559c0e54
text-based mount.nfs: Use new parser to handle 'addr=' and 'clientaddr='

Introduce, but don't yet use, functions that will eventually replace
append_addr_opt() and append_clientaddr_opt().

Note the behavioral change in append_addr_opt() -- it simply removes
any previous 'addr=' rather than throwing an error.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Neil Brown <neilb@suse.de>
utils/mount/stropts.c