Register .remount_fs handler
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 15 Mar 2011 19:41:19 +0000 (12:41 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 15 Mar 2011 20:33:29 +0000 (13:33 -0700)
commit0de19dad9cbca9ac89aea1c7742f131713ef8012
tree34838cb31a2bcb2a80848adb05a7a065ce328554
parent03f9ba9d990efb911026ebee0902671915db01a3
Register .remount_fs handler

Register the missing .remount_fs handler.  This handler isn't strictly
required because the VFS does a pretty good job updating most of the
MS_* flags.  However, there's no harm in using the hook to call the
registered zpl callback for various MS_* flags.  Additionaly, this
allows us to lay the ground work for more complicated argument parsing
in the future.
include/sys/zfs_vfsops.h
module/zfs/zfs_vfsops.c
module/zfs/zpl_super.c