]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit1e21196c8e3e210cbef130e23e40c4adc3d9ce10
tree3fe3efaa59c3935bd0aff69f0dd1343d9b5236fe
parent16f73eb02d7e1765ccab3d2018e0bd98eb93d973
ext4: correct comment references to ext4_ext_direct_IO()

Commit 914f82a32d0268847 "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