[PATCH 0/2] ntfs: Fix two minor issues in namei.c

Ethan Tidmore posted 2 patches 1 month, 1 week ago
fs/ntfs/namei.c | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
[PATCH 0/2] ntfs: Fix two minor issues in namei.c
Posted by Ethan Tidmore 1 month, 1 week ago
Here are two non-bug issues but should be fixed.

Ethan Tidmore (2):
  ntfs: Replace ERR_PTR(0) with NULL
  ntfs: Remove impossible condition

 fs/ntfs/namei.c | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

-- 
2.53.0
Re: [PATCH 0/2] ntfs: Fix two minor issues in namei.c
Posted by Namjae Jeon 1 month, 1 week ago
On Thu, Feb 26, 2026 at 1:04 PM Ethan Tidmore <ethantidmore06@gmail.com> wrote:
>
> Here are two non-bug issues but should be fixed.
>
> Ethan Tidmore (2):
>   ntfs: Replace ERR_PTR(0) with NULL
>   ntfs: Remove impossible condition
Applied it to #ntfs-next.
Thanks!