Commit 95eb308
committed
xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbt
Add a new flag, XFS_BMAPI_NORMAP, which will perform file block
remapping without updating the rmapbt. This will be used by the repair
code to reconstruct bmbts from the rmapbt, in which case we don't want
the rmapbt update.
Signed-off-by: Darrick J. Wong <[email protected]>
Reviewed-by: Dave Chinner <[email protected]>1 parent 08daa3c commit 95eb308
2 files changed
+23
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2005 | 2005 | | |
2006 | 2006 | | |
2007 | 2007 | | |
2008 | | - | |
2009 | | - | |
2010 | | - | |
2011 | | - | |
| 2008 | + | |
| 2009 | + | |
| 2010 | + | |
| 2011 | + | |
| 2012 | + | |
| 2013 | + | |
| 2014 | + | |
2012 | 2015 | | |
2013 | 2016 | | |
2014 | 2017 | | |
| |||
2672 | 2675 | | |
2673 | 2676 | | |
2674 | 2677 | | |
2675 | | - | |
| 2678 | + | |
| 2679 | + | |
2676 | 2680 | | |
2677 | 2681 | | |
2678 | 2682 | | |
| |||
2849 | 2853 | | |
2850 | 2854 | | |
2851 | 2855 | | |
2852 | | - | |
2853 | | - | |
2854 | | - | |
2855 | | - | |
| 2856 | + | |
| 2857 | + | |
| 2858 | + | |
| 2859 | + | |
| 2860 | + | |
| 2861 | + | |
2856 | 2862 | | |
2857 | 2863 | | |
2858 | 2864 | | |
| |||
4127 | 4133 | | |
4128 | 4134 | | |
4129 | 4135 | | |
4130 | | - | |
| 4136 | + | |
| 4137 | + | |
4131 | 4138 | | |
4132 | 4139 | | |
4133 | 4140 | | |
| |||
4573 | 4580 | | |
4574 | 4581 | | |
4575 | 4582 | | |
4576 | | - | |
| 4583 | + | |
4577 | 4584 | | |
4578 | 4585 | | |
4579 | 4586 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
123 | 126 | | |
124 | 127 | | |
125 | 128 | | |
| |||
133 | 136 | | |
134 | 137 | | |
135 | 138 | | |
136 | | - | |
| 139 | + | |
| 140 | + | |
137 | 141 | | |
138 | 142 | | |
139 | 143 | | |
| |||
0 commit comments