commit | 0189a2d367f49729622fdafaef5da73161591859 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@redhat.com> | Tue Jul 14 14:45:41 2020 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Tue Jul 14 14:45:41 2020 +0200 |
tree | 93f7ae74351f20d20d43ed852f81303ad9183277 | |
parent | c146024ec44c2946de7c6c45ddd3402abcab17f9 [diff] |
fuse: use ->reconfigure() instead of ->remount_fs() s_op->remount_fs() is only called from legacy_reconfigure(), which is not used after being converted to the new API. Convert to using ->reconfigure(). This restores the previous behavior of syncing the filesystem and rejecting MS_MANDLOCK on remount. Fixes: c30da2e981a7 ("fuse: convert to use the new mount API") Cc: <stable@vger.kernel.org> # v5.4 Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>