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,
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
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
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
4 matches
Mail list logo