fs/ocfs2: Fix spelling typo in comment
Fix spelling typo in comment. Link: https://lkml.kernel.org/r/20220715060035.632903-1-13667453960@163.com Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn> Reported-by: k2ci <kernel-bot@kylinos.cn> Acked-by: Joseph Qi <joseph.qi@linux.alibaba.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
1298f83b54
commit
233eb8d689
|
@ -412,7 +412,7 @@ out_unlock:
|
|||
goto out_err;
|
||||
}
|
||||
|
||||
/* Write information to global quota file. Expects exlusive lock on quota
|
||||
/* Write information to global quota file. Expects exclusive lock on quota
|
||||
* file inode and quota info */
|
||||
static int __ocfs2_global_write_info(struct super_block *sb, int type)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue