Displaying 3 results from an estimated 3 matches for "_dmerror_load_error_table".
2023 Apr 21
1
[PATCH] ocfs2: fix missing reset j_num_trans for sync
...trigger hanging issue when umount.
I use 266 to describe the root cause.
```
49 _dmerror_unmount
50 _dmerror_mount
51
52 echo "Compare files"
53 md5sum $testdir/file1 | _filter_scratch
54 md5sum $testdir/file2 | _filter_scratch
55
56 echo "CoW and unmount"
57 sync
58 _dmerror_load_error_table
59 urk=$($XFS_IO_PROG -f -c "pwrite -S 0x63 -b $bufsize 0 $filesize" \
60 -c "fdatasync" $testdir/file2 2>&1)
61 echo $urk >> $seqres.full
62 echo "$urk" | grep -q "error" || _fail "pwrite did not fail"
63
64 echo "Clean...
2023 Apr 22
1
[PATCH] ocfs2: fix missing reset j_num_trans for sync
...se.
>
> ```
> 49 _dmerror_unmount
> 50 _dmerror_mount
> 51
> 52 echo "Compare files"
> 53 md5sum $testdir/file1 | _filter_scratch
> 54 md5sum $testdir/file2 | _filter_scratch
> 55
> 56 echo "CoW and unmount"
> 57 sync
> 58 _dmerror_load_error_table
> 59 urk=$($XFS_IO_PROG -f -c "pwrite -S 0x63 -b $bufsize 0 $filesize" \
> 60 -c "fdatasync" $testdir/file2 2>&1)
> 61 echo $urk >> $seqres.full
> 62 echo "$urk" | grep -q "error" || _fail "pwrite did not fail"
&...
2023 Apr 30
2
[PATCH 1/2] ocfs2: fix missing reset j_num_trans for sync
...trigger hanging issue when umount.
I use 266 to describe the root cause.
```
49 _dmerror_unmount
50 _dmerror_mount
51
52 echo "Compare files"
53 md5sum $testdir/file1 | _filter_scratch
54 md5sum $testdir/file2 | _filter_scratch
55
56 echo "CoW and unmount"
57 sync
58 _dmerror_load_error_table
59 urk=$($XFS_IO_PROG -f -c "pwrite -S 0x63 -b $bufsize 0 $filesize" \
60 -c "fdatasync" $testdir/file2 2>&1)
61 echo $urk >> $seqres.full
62 echo "$urk" | grep -q "error" || _fail "pwrite did not fail"
63
64 echo "Clean...