summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2016-04-20 20:02:09 +0300
committerEric W. Biederman <ebiederm@xmission.com>2016-09-22 21:32:20 +0300
commit985e5d856cbcfc17a6646740f2200eb625c76e89 (patch)
treeacf6afd19989e7577a5d3f6b54835120adeeccce /fs
parent0d126a7ff77a02e88b6bf37a726abf8990226bf4 (diff)
downloadlinux-985e5d856cbcfc17a6646740f2200eb625c76e89.tar.xz
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" <ebiederm@xmission.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/devpts/inode.c1
1 files changed, 0 insertions, 1 deletions
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);
/*