Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ocfs2: fix typo in comment

Fix "Allcate" -> "Allocate"

Link: https://lkml.kernel.org/r/20240917185156.10580-1-pvmohammedanees2003@gmail.com
Signed-off-by: Mohammed Anees <pvmohammedanees2003@gmail.com>
Acked-by: Joseph Qi <joseph.qi@linux.alibaba.com>
Cc: Mark Fasheh <mark@fasheh.com>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Junxiao Bi <junxiao.bi@oracle.com>
Cc: Changwei Ge <gechangwei@live.cn>
Cc: Jun Piao <piaojun@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Mohammed Anees and committed by
Andrew Morton
5c50b3b8 cedcf08f

+1 -1
+1 -1
fs/ocfs2/alloc.c
··· 4767 4767 } 4768 4768 4769 4769 /* 4770 - * Allcate and add clusters into the extent b-tree. 4770 + * Allocate and add clusters into the extent b-tree. 4771 4771 * The new clusters(clusters_to_add) will be inserted at logical_offset. 4772 4772 * The extent b-tree's root is specified by et, and 4773 4773 * it is not limited to the file storage. Any extent tree can use this