mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-20 15:46:49 +07:00
btrfs: fix typo 'testeing' -> 'testing'
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
parent
9694b3fcbb
commit
27160b6b5a
@ -1310,7 +1310,7 @@ static int btrfs_set_bit_hook(struct inode *inode,
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* set_bit and clear bit hooks normally require _irqsave/restore
|
* set_bit and clear bit hooks normally require _irqsave/restore
|
||||||
* but in this case, we are only testeing for the DELALLOC
|
* but in this case, we are only testing for the DELALLOC
|
||||||
* bit, which is only set or cleared with irqs on
|
* bit, which is only set or cleared with irqs on
|
||||||
*/
|
*/
|
||||||
if (!(state->state & EXTENT_DELALLOC) && (*bits & EXTENT_DELALLOC)) {
|
if (!(state->state & EXTENT_DELALLOC) && (*bits & EXTENT_DELALLOC)) {
|
||||||
@ -1344,7 +1344,7 @@ static int btrfs_clear_bit_hook(struct inode *inode,
|
|||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* set_bit and clear bit hooks normally require _irqsave/restore
|
* set_bit and clear bit hooks normally require _irqsave/restore
|
||||||
* but in this case, we are only testeing for the DELALLOC
|
* but in this case, we are only testing for the DELALLOC
|
||||||
* bit, which is only set or cleared with irqs on
|
* bit, which is only set or cleared with irqs on
|
||||||
*/
|
*/
|
||||||
if ((state->state & EXTENT_DELALLOC) && (*bits & EXTENT_DELALLOC)) {
|
if ((state->state & EXTENT_DELALLOC) && (*bits & EXTENT_DELALLOC)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user