[PATCH] common/config: apply specific mount options for nfs in _test_mount_opts

[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]



NFS_MOUNT_OPTIONS is always not applied by TEST_DEV when it has been defined.

Signed-off-by: Xiao Yang <yangx.jy@xxxxxxxxxxxxxx>
---
 common/config | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/common/config b/common/config
index 0c7335a..a7f8a5a 100644
--- a/common/config
+++ b/common/config
@@ -341,6 +341,9 @@ _test_mount_opts()
 	ceph)
 		export TEST_FS_MOUNT_OPTS=$CEPHFS_MOUNT_OPTIONS
 		;;
+	nfs)
+		export TEST_FS_MOUNT_OPTS=$NFS_MOUNT_OPTIONS
+		;;
 	*)
 		;;
 	esac
-- 
1.8.3.1



--
To unsubscribe from this list: send the line "unsubscribe fstests" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Filesystems Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux