[COMMIT osv master] Fixed code style in ramfs

2018-01-31 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Nadav Har'El Branch: master Fixed code style in ramfs Fixed code style issues in ramfs source code mainly by replacing tabs with spaces. Signed-off-by: Waldemar Kozaczuk Message-Id:

Re: [PATCH] Fixed code style in ramfs

2018-01-31 Thread Nadav Har'El
On Wed, Jan 31, 2018 at 6:29 PM, Waldek Kozaczuk wrote: > As I was going to make number of changes to this files I wanted to make > them compatible with OSv code style. I kind of did not even think they were > copied from different source. > > Actually at least one of the

Re: [PATCH] Fixed code style in ramfs

2018-01-31 Thread Waldek Kozaczuk
As I was going to make number of changes to this files I wanted to make them compatible with OSv code style. I kind of did not even think they were copied from different source. Actually at least one of the files - ramfs_vnops.cc - has around 20 lines that use spaces. Do you want me to send new

Re: [PATCH] Fixed code style in ramfs

2018-01-31 Thread Nadav Har'El
On Wed, Jan 31, 2018 at 1:40 PM, Waldemar Kozaczuk wrote: > Fixed code style issues in ramfs source code mainly by replacing > tabs with spaces. > I'm curious why you want to change that. Aren't these files consistent in their code style, i.e. use only tabs - and not a

[COMMIT osv master] Fixed path resolution in futimesat and sys_utimensat functions

2018-01-31 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Nadav Har'El Branch: master Fixed path resolution in futimesat and sys_utimensat functions When another filesystem is mounted at /tmp or similar mount point functions futimesat and utimensat do not resolve absolute

[PATCH] Fixed code style in ramfs

2018-01-31 Thread Waldemar Kozaczuk
Fixed code style issues in ramfs source code mainly by replacing tabs with spaces. Signed-off-by: Waldemar Kozaczuk --- fs/ramfs/ramfs.h | 21 +- fs/ramfs/ramfs_vfsops.cc | 40 +-- fs/ramfs/ramfs_vnops.cc | 706 +++ 3

Re: [PATCH] Implemented Read-Only File System (ROFS)

2018-01-31 Thread Waldek Kozaczuk
I have addressed number of bugs in ramfs which I will be sending patches of. On Thursday, January 25, 2018 at 10:00:42 AM UTC-5, Nadav Har'El wrote: > > > On Wed, Jan 24, 2018 at 4:26 PM, Waldek Kozaczuk > wrote: > >> I guess I could add another blacklist to scripts/test.py