diff options
author | Jan Kara <jack@suse.cz> | 2016-09-30 01:55:32 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2016-09-30 01:55:32 -0400 |
commit | 4b0524aae0082272737c97d2b160d55d6e8f0b2b (patch) | |
tree | bcf0c22447beb12238736a2b61066978a81f8004 /net/unix/af_unix.c | |
parent | 9a200d075e5d05be1fcad4547a0f8aee4e2f9a04 (diff) | |
download | linux-4b0524aae0082272737c97d2b160d55d6e8f0b2b.tar.gz linux-4b0524aae0082272737c97d2b160d55d6e8f0b2b.tar.bz2 linux-4b0524aae0082272737c97d2b160d55d6e8f0b2b.zip |
ext4: allow unlocked direct IO when pages are cached
Currently we do not allow unlocked (meaning without inode_lock) direct
IO when the file has any pages cached. This check is not needed anymore
as we keep inode lock until ext4_direct_IO_write() and thus can happily
writeback and evict any pages conflicting with current direct IO write.
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions