]> asedeno.scripts.mit.edu Git - linux.git/commit
ecryptfs: convert to file_write_and_wait in ->fsync
authorJeff Layton <jlayton@redhat.com>
Wed, 2 Aug 2017 14:14:21 +0000 (10:14 -0400)
committerJeff Layton <jlayton@redhat.com>
Thu, 3 Aug 2017 18:20:22 +0000 (14:20 -0400)
commit6d4b51241394664fffbf68ea86c96d2699344583
tree07020c928222e32efc57ef11dd3e1fa415a8e494
parentffb959bbdf923b4f89a08a04aba2501b1b16d164
ecryptfs: convert to file_write_and_wait in ->fsync

This change is mainly for documentation/completeness, as ecryptfs never
calls mapping_set_error, and so will never return a previous writeback
error.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
fs/ecryptfs/file.c