From: Chuck Lever Date: Sat, 28 Jul 2007 21:51:00 +0000 (-0400) Subject: libnfs.a: eliminate another dependency on a global variable X-Git-Tag: nfs-utils-1-1-1~111 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=40b9d523a07cf5d146b3be2724c58e9e872a0836;hp=40b9d523a07cf5d146b3be2724c58e9e872a0836 libnfs.a: eliminate another dependency on a global variable The file support/nfs/fstab.c, which is linked into libnfs.a, depends on the global variable "verbose." This variable is defined and used only in the mount command, and the functions in fstab.c are used only by the mount command. Move fstab.c and support/include/fstab.h to utils/mount. This file placement is also consistent with at least one other mount helper, mount.ocfs2. Signed-off-by: Chuck Lever Signed-off-by: Neil Brown ---