From: Eric W. Biederman Date: Wed, 20 Apr 2016 17:02:09 +0000 (-0500) Subject: devpts: Remove sync_filesystems X-Git-Tag: v4.9-rc1~111^2~6 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=985e5d856cbcfc17a6646740f2200eb625c76e89;p=linux.git devpts: Remove sync_filesystems devpts does not and never will have anything to sync so don't bother calling sync_filesystems on remount. Signed-off-by: "Eric W. Biederman" --- diff --git a/fs/devpts/inode.c b/fs/devpts/inode.c index 2b0f24cb7d54..d08971e8eaae 100644 --- a/fs/devpts/inode.c +++ b/fs/devpts/inode.c @@ -336,7 +336,6 @@ static int devpts_remount(struct super_block *sb, int *flags, char *data) struct pts_fs_info *fsi = DEVPTS_SB(sb); struct pts_mount_opts *opts = &fsi->mount_opts; - sync_filesystem(sb); err = parse_mount_options(data, PARSE_REMOUNT, opts); /*