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)
commitd98bb9c2fec01254d2e04e1eed51dde9ae611314
tree9d47083f415af551051847ecf2fe2081d3591eb4
parent8789f13ddc77723e9451548b984382605340899c
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