Re: [PATCH v17 01/10] fs/ntfs3: Add headers and misc files

2021-01-19 Thread Kari Argillander
On Tue, Jan 19, 2021 at 01:43:39PM +0300, Dan Carpenter wrote: > On Mon, Jan 04, 2021 at 01:17:55AM +0200, Kari Argillander wrote: > > On Thu, Dec 31, 2020 at 06:23:52PM +0300, Konstantin Komarov wrote: > > > > > +int ntfs_cmp_names(const __le16 *s1, size_t l1, const __le16 *s2, size_t > > > l2,

Re: [PATCH v17 01/10] fs/ntfs3: Add headers and misc files

2021-01-19 Thread Dan Carpenter
On Mon, Jan 04, 2021 at 01:17:55AM +0200, Kari Argillander wrote: > On Thu, Dec 31, 2020 at 06:23:52PM +0300, Konstantin Komarov wrote: > > > +int ntfs_cmp_names(const __le16 *s1, size_t l1, const __le16 *s2, size_t > > l2, > > + const u16 *upcase) > > +{ > > + int diff; > > + si

Re: [PATCH v17 01/10] fs/ntfs3: Add headers and misc files

2021-01-03 Thread Kari Argillander
On Thu, Dec 31, 2020 at 06:23:52PM +0300, Konstantin Komarov wrote: > diff --git a/fs/ntfs3/debug.h b/fs/ntfs3/debug.h > +/* > + * Logging macros ( thanks Joe Perches for implementation > ) > + */ > + > +#define ntfs_err(sb, fmt, ...) ntfs_printk(sb, KERN_ERR fmt, ##__VA_ARGS__) > +#define ntf

[PATCH v17 01/10] fs/ntfs3: Add headers and misc files

2020-12-31 Thread Konstantin Komarov
This adds headers and misc files Signed-off-by: Konstantin Komarov --- fs/ntfs3/debug.h | 61 +++ fs/ntfs3/ntfs.h| 1237 fs/ntfs3/ntfs_fs.h | 1049 + fs/ntfs3/upcase.c | 77 +++ 4 files changed, 2424 inse