[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Minios-devel] [UNIKRAFT PATCH v3 16/23] lib/vfscore: remove _KERNEL ifdefs



Reviewed-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx>

On 07.02.19, 15:01, "Minios-devel on behalf of Yuri Volchkov" 
<minios-devel-bounces@xxxxxxxxxxxxxxxxxxxx on behalf of 
yuri.volchkov@xxxxxxxxx> wrote:

    All this code is running in kernel
    
    Signed-off-by: Yuri Volchkov <yuri.volchkov@xxxxxxxxx>
    ---
     lib/vfscore/include/vfscore/mount.h | 5 -----
     lib/vfscore/include/vfscore/vnode.h | 3 ---
     2 files changed, 8 deletions(-)
    
    diff --git a/lib/vfscore/include/vfscore/mount.h 
b/lib/vfscore/include/vfscore/mount.h
    index a1227cbe..fac7d954 100644
    --- a/lib/vfscore/include/vfscore/mount.h
    +++ b/lib/vfscore/include/vfscore/mount.h
    @@ -37,8 +37,6 @@
     #include <uk/list.h>
     #include <vfscore/vnode.h>
     
    -#ifdef _KERNEL
    -
     /*
      * Mount data
      */
    @@ -56,7 +54,6 @@ struct mount {
        fsid_t          m_fsid;         /* id that uniquely identifies the fs */
     };
     
    -#endif
     
     /*
      * Mount flags.
    @@ -95,8 +92,6 @@ struct mount {
      */
     #define    MNT_VISFLAGMASK 0x0000ffff
     
    -#ifdef _KERNEL
    -
     /*
      * Filesystem type switch table.
      */
    diff --git a/lib/vfscore/include/vfscore/vnode.h 
b/lib/vfscore/include/vfscore/vnode.h
    index 08b8e562..fe14bc82 100644
    --- a/lib/vfscore/include/vfscore/vnode.h
    +++ b/lib/vfscore/include/vfscore/vnode.h
    @@ -33,8 +33,6 @@
     #ifndef _SYS_VNODE_H_
     #define _SYS_VNODE_H_
     
    -#ifdef _KERNEL
    -
     #include <sys/stat.h>
     #include <dirent.h>
     
    @@ -261,6 +259,5 @@ static inline void vnode_pager_setsize(struct vnode 
*vp, off_t size)
        vp->v_size = size;
     }
     
    -#endif
     
     #endif /* !_SYS_VNODE_H_ */
    -- 
    2.19.2
    
    
    _______________________________________________
    Minios-devel mailing list
    Minios-devel@xxxxxxxxxxxxxxxxxxxx
    https://lists.xenproject.org/mailman/listinfo/minios-devel

_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.