Commit 6f6efce
committed
Merge tag 'xfs-6.9-merge-9' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Pull xfs fixes from Chandan Babu:
- Fix invalid pointer dereference by initializing xmbuf before
tracepoint function is invoked
- Use memalloc_nofs_save() when inserting into quota radix tree
* tag 'xfs-6.9-merge-9' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
xfs: quota radix tree allocations need to be NOFS on insert
xfs: fix dev_t usage in xmbuf tracepoints3 files changed
Lines changed: 22 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
86 | 84 | | |
87 | 85 | | |
88 | 86 | | |
| |||
99 | 97 | | |
100 | 98 | | |
101 | 99 | | |
| 100 | + | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
811 | 811 | | |
812 | 812 | | |
813 | 813 | | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
814 | 820 | | |
815 | 821 | | |
816 | 822 | | |
| |||
820 | 826 | | |
821 | 827 | | |
822 | 828 | | |
| 829 | + | |
823 | 830 | | |
824 | 831 | | |
| 832 | + | |
825 | 833 | | |
826 | 834 | | |
827 | 835 | | |
828 | 836 | | |
829 | | - | |
830 | 837 | | |
831 | | - | |
| 838 | + | |
832 | 839 | | |
833 | 840 | | |
834 | 841 | | |
835 | 842 | | |
836 | 843 | | |
837 | | - | |
838 | 844 | | |
839 | | - | |
840 | 845 | | |
841 | | - | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
842 | 850 | | |
843 | 851 | | |
844 | 852 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4626 | 4626 | | |
4627 | 4627 | | |
4628 | 4628 | | |
| 4629 | + | |
4629 | 4630 | | |
4630 | 4631 | | |
4631 | 4632 | | |
4632 | 4633 | | |
4633 | 4634 | | |
4634 | 4635 | | |
4635 | 4636 | | |
4636 | | - | |
| 4637 | + | |
| 4638 | + | |
4637 | 4639 | | |
4638 | 4640 | | |
4639 | 4641 | | |
| |||
4642 | 4644 | | |
4643 | 4645 | | |
4644 | 4646 | | |
| 4647 | + | |
4645 | 4648 | | |
4646 | 4649 | | |
4647 | 4650 | | |
| |||
4650 | 4653 | | |
4651 | 4654 | | |
4652 | 4655 | | |
| 4656 | + | |
4653 | 4657 | | |
4654 | 4658 | | |
4655 | 4659 | | |
4656 | 4660 | | |
4657 | | - | |
| 4661 | + | |
| 4662 | + | |
4658 | 4663 | | |
4659 | 4664 | | |
4660 | 4665 | | |
| |||
0 commit comments