fs/ntfs3: Add sync flag to ntfs_sb_write_run and al_update
authorKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Thu, 9 Sep 2021 10:15:20 +0000 (13:15 +0300)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Tue, 21 Sep 2021 15:37:01 +0000 (18:37 +0300)
commit6354467245ff8dd04b54e39790f2ee4d21d5419e
tree5113b96325e1f9813687c626827cfb4a6fdae3a5
parent56eaeb10e2619081cc383febf6740a4c3e806777
fs/ntfs3: Add sync flag to ntfs_sb_write_run and al_update

This allows to wait only when it's requested.
It speeds up creation of hardlinks.

Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/attrib.c
fs/ntfs3/attrlist.c
fs/ntfs3/frecord.c
fs/ntfs3/fslog.c
fs/ntfs3/fsntfs.c
fs/ntfs3/inode.c
fs/ntfs3/ntfs_fs.h
fs/ntfs3/xattr.c