RE: [PATCH v17 05/10] fs/ntfs3: Add attrib operations

2021-01-18 Thread Konstantin Komarov
ad.org; > j...@perches.com; m...@harmstone.com; nbori...@suse.com; > linux-ntfs-...@lists.sourceforge.net; an...@tuxera.com; > dan.carpen...@oracle.com; h...@lst.de; ebigg...@kernel.org; > andy.l...@gmail.com > Subject: Re: [PATCH v17 05/10] fs/ntfs3: Add attrib operations > > On Thu,

Re: [PATCH v17 05/10] fs/ntfs3: Add attrib operations

2021-01-03 Thread Kari Argillander
On Thu, Dec 31, 2020 at 06:23:56PM +0300, Konstantin Komarov wrote: > This adds attrib operations > > Signed-off-by: Konstantin Komarov > --- > fs/ntfs3/attrib.c | 2081 +++ > fs/ntfs3/attrlist.c | 463 ++ > fs/ntfs3/xattr.c| 1072 ++

[PATCH v17 05/10] fs/ntfs3: Add attrib operations

2020-12-31 Thread Konstantin Komarov
This adds attrib operations Signed-off-by: Konstantin Komarov --- fs/ntfs3/attrib.c | 2081 +++ fs/ntfs3/attrlist.c | 463 ++ fs/ntfs3/xattr.c| 1072 ++ 3 files changed, 3616 insertions(+) create mode 100644 fs/ntfs3/att