mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
Bug fixes for 6.8:
** Bug fixes
1. Fix per-inode space accounting bug.
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
-----BEGIN PGP SIGNATURE-----
iHUEABYIAB0WIQQjMC4mbgVeU7MxEIYH7y4RirJu9AUCZZ93aAAKCRAH7y4RirJu
9JWwAQCl8jP5OdseJmCHSdCKrw3p1LGyWys7XIVgBQ/XLhAVhAEAu3dZEGqEOTsj
Md+13Z/b9cPKSzeihjm9P7WJFJX+rgs=
=Y5iY
-----END PGP SIGNATURE-----
Merge tag 'xfs-6.8-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Pull xfs fix from Chandan Babu:
- Fix per-inode space accounting bug
* tag 'xfs-6.8-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
xfs: fix backwards logic in xfs_bmap_alloc_account
This commit is contained in:
commit
ec2d264ae4
|
|
@ -3277,7 +3277,7 @@ xfs_bmap_alloc_account(
|
|||
struct xfs_bmalloca *ap)
|
||||
{
|
||||
bool isrt = XFS_IS_REALTIME_INODE(ap->ip) &&
|
||||
(ap->flags & XFS_BMAPI_ATTRFORK);
|
||||
!(ap->flags & XFS_BMAPI_ATTRFORK);
|
||||
uint fld;
|
||||
|
||||
if (ap->flags & XFS_BMAPI_COWFORK) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user