]> git.baikalelectronics.ru Git - kernel.git/commit
staging: exfat: explain the fs_sync() issue in TODO
authorValdis Klētnieks <valdis.kletnieks@vt.edu>
Wed, 2 Oct 2019 19:01:35 +0000 (15:01 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Oct 2019 08:17:57 +0000 (10:17 +0200)
commit630ff4910d16a7dbe32977d350b97cd2bba60068
tree9d47083f415af551051847ecf2fe2081d3591eb4
parent9e11c98e5dadc09d09b6f249b56f0f347f4803a5
staging: exfat: explain the fs_sync() issue in TODO

We've seen several incorrect patches for fs_sync() calls in the exfat driver.
Add code to the TODO that explains this isn't just a delete code and refactor,
but that actual analysis of when the filesystem should be flushed to disk
needs to be done.

Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>
Link: https://lore.kernel.org/r/9837.1570042895@turing-police
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/exfat/TODO