Re: [PATCH v2] ext4: fix journal credit check when setting fscrypt context

From: Eric Biggers

Date: Thu Feb 12 2026 - 19:07:44 EST


On Sat, Feb 07, 2026 at 10:53:03AM +0100, Simon Weber wrote:
> if (handle) {
> + /*
> + * Since the inode is new it is ok to pass the XATTR_CREATE flag. This
> + * is necessary to match the reamining journal credits check in the
> + * set_handle function with the credits allocated for the new inode.
> + */

Typo: reamining => remaining

Otherwise this looks good.

Reviewed-by: Eric Biggers <ebiggers@xxxxxxxxxx>

- Eric