mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-15 23:41:35 -04:00
xfs: Fix typo in comment
Fix spelling mistake in comment: - occured -> occurred Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Md Shofiqul Islam <shofiqtest@gmail.com> Signed-off-by: Carlos Maiolino <cem@kernel.org>
This commit is contained in:
committed by
Carlos Maiolino
parent
5082d88350
commit
509fdeb332
@@ -350,7 +350,7 @@ xfs_dax_notify_dev_failure(
|
||||
/*
|
||||
* Shutdown fs from a force umount in pre-remove case which won't fail,
|
||||
* so errors can be ignored. Otherwise, shutdown the filesystem with
|
||||
* CORRUPT flag if error occured or notify.want_shutdown was set during
|
||||
* CORRUPT flag if error occurred or notify.want_shutdown was set during
|
||||
* RMAP querying.
|
||||
*/
|
||||
if (mf_flags & MF_MEM_PRE_REMOVE)
|
||||
|
||||
Reference in New Issue
Block a user