From: J. Bruce Fields Date: Mon, 14 Dec 2009 22:07:19 +0000 (-0500) Subject: exports: let kernel decide which flags vary by flavor X-Git-Tag: nfs-utils-1-2-2-rc6~21 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=d778309abd38fcd6a240448606192b9ef3411565;hp=d778309abd38fcd6a240448606192b9ef3411565;p=nfs-utils.git exports: let kernel decide which flags vary by flavor Query the kernel to ask which flavors vary by pseudoflavor, and use that instead of a fixed constant. To allow the possibility of more flags varying by pseudoflavor, use the set/clear_flags functions for all options instead of setting some by hand. Signed-off-by: J. Bruce Fields ---