]> granicus.if.org Git - zfs/commit
Remount datasets for "zfs inherit".
authorGunnar Beutner <gunnar@beutner.name>
Fri, 21 Mar 2014 12:27:18 +0000 (13:27 +0100)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 24 Mar 2014 18:11:15 +0000 (11:11 -0700)
commit4d8c78c84445c099873c77c9fa20287dca982ed5
tree087a9ba183d97065f4a72eb38652d2e5749689f4
parent1de1488fdc0b0f54e7ac05fadae1902df104cba3
Remount datasets for "zfs inherit".

Changing properties with "zfs inherit" should cause the datasets
to be remounted.  This ensures that the modified property values
will be propagated in to the filesystem namespace where they can
be enforced.  This change is modeled after an identical fix made
to zfs_prop_set().

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #2201
lib/libzfs/libzfs_dataset.c