public inbox for ntfs3@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/2] fs/ntfs3: Fix minor things in ntfs_get_acl_ex()
@ 2021-08-26  8:35 Kari Argillander
  2021-08-26  8:35 ` [PATCH 1/2] fs/ntfs3: Fix pass zero to ERR_PTR() in ntfs_get_acl_ex Kari Argillander
  2021-08-26  8:35 ` [PATCH 2/2] fs/ntfs3: Fix missing type checking " Kari Argillander
  0 siblings, 2 replies; 4+ messages in thread
From: Kari Argillander @ 2021-08-26  8:35 UTC (permalink / raw)
  To: Konstantin Komarov, ntfs3; +Cc: Kari Argillander

First patch fix Smatch warning.

Second one add missing default path. This is not necessarylly needed,
but will not make any harm and other filesystems have it and it is also
checked some places in ntfs3. So let's be consistent.

Kari Argillander (2):
  fs/ntfs3: Fix pass zero to ERR_PTR() in ntfs_get_acl_ex
  fs/ntfs3: Fix missing type checking in ntfs_get_acl_ex

 fs/ntfs3/xattr.c | 24 +++++++++++++++---------
 1 file changed, 15 insertions(+), 9 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-26  9:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-26  8:35 [PATCH 0/2] fs/ntfs3: Fix minor things in ntfs_get_acl_ex() Kari Argillander
2021-08-26  8:35 ` [PATCH 1/2] fs/ntfs3: Fix pass zero to ERR_PTR() in ntfs_get_acl_ex Kari Argillander
2021-08-26  9:13   ` Kari Argillander
2021-08-26  8:35 ` [PATCH 2/2] fs/ntfs3: Fix missing type checking " Kari Argillander

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox