diff options
author | Jeff Layton | 2021-03-23 12:18:19 -0400 |
---|---|---|
committer | Ilya Dryomov | 2021-04-27 23:52:23 +0200 |
commit | 54b026b456d08dfb6f19d37ae07b809004dc4b57 (patch) | |
tree | 1b7ddd038494842a8dd61b343b819248d5f1c78c /fs/ceph | |
parent | 379fc7fad0ae6ed5ceefd39b8a7a37e83a63c25e (diff) |
ceph: fix kerneldoc copypasta over ceph_start_io_direct
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'fs/ceph')
-rw-r--r-- | fs/ceph/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/io.c b/fs/ceph/io.c index 97602ea92ff4..c456509b31c3 100644 --- a/fs/ceph/io.c +++ b/fs/ceph/io.c @@ -118,7 +118,7 @@ static void ceph_block_buffered(struct ceph_inode_info *ci, struct inode *inode) } /** - * ceph_end_io_direct - declare the file is being used for direct i/o + * ceph_start_io_direct - declare the file is being used for direct i/o * @inode: file inode * * Declare that a direct I/O operation is about to start, and ensure |