commit | e9b2f15b85d78f05b30eb789263403b738231f78 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@inria.fr> | Sun Jul 26 21:22:21 2020 +0200 |
committer | Jonathan Corbet <corbet@lwn.net> | Mon Jul 27 16:15:35 2020 -0600 |
tree | ddc8483cba6deb0545b196127757e72a4cd5a76c | |
parent | 286b7e24ae319163a4f84f3ea30f8e2d99625386 [diff] |
docs: filesystems: vfs: correct sync_mode flag names Change the nonexistent flag names WBC_SYNC_ALL and WBC_SYNC_NONE to WB_SYNC_ALL and WB_SYNC_NONE, respectively, as used in the code with wbc->sync_mode. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Link: https://lore.kernel.org/r/1595791341-13209-1-git-send-email-Julia.Lawall@inria.fr Signed-off-by: Jonathan Corbet <corbet@lwn.net>