]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: correct comment references to ext4_ext_direct_IO()
authorEric Whitney <enwlinux@gmail.com>
Mon, 31 Jul 2017 02:26:40 +0000 (22:26 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 31 Jul 2017 02:26:40 +0000 (22:26 -0400)
commita41d1247b408db78741418010a31400ea46d7da3
tree3fe3efaa59c3935bd0aff69f0dd1343d9b5236fe
parent8b74f4f4576ba4882ca9e92e5c3794c2476fd0af
ext4: correct comment references to ext4_ext_direct_IO()

Commit b60203bbb55e8b2a5 "ext4: refactor direct IO code" deleted
ext4_ext_direct_IO(), but references to that function remain in
comments.  Update them to refer to ext4_direct_IO_write().

Signed-off-by: Eric Whitney <enwlinux@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Andreas Dilger <adilger@dilger.ca>
Reviewed-by: Jan Kara <jack@suse.cz>
fs/ext4/inode.c