Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 May 2011 10:55:17 GMT
From:      Ilya Putsikau <ilya@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 193891 for review
Message-ID:  <201105291055.p4TAtH13079371@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@193891?ac=10

Change 193891 by ilya@ilya_triton2011 on 2011/05/29 10:55:08

	Rename fuse_vnode -> fuse_node.h

Affected files ...

.. //depot/projects/soc2011/ilya_fuse/fuse_module/Makefile#4 edit
.. //depot/projects/soc2011/ilya_fuse/fuse_module/fuse_internal.h#2 edit
.. //depot/projects/soc2011/ilya_fuse/fuse_module/fuse_io.c#4 edit
.. //depot/projects/soc2011/ilya_fuse/fuse_module/fuse_msg.c#2 edit
.. //depot/projects/soc2011/ilya_fuse/fuse_module/fuse_node.h#1 move/add
.. //depot/projects/soc2011/ilya_fuse/fuse_module/fuse_vfsops.c#4 edit
.. //depot/projects/soc2011/ilya_fuse/fuse_module/fuse_vnode.h#2 move/delete
.. //depot/projects/soc2011/ilya_fuse/fuse_module/fuse_vnops.c#5 edit

Moved files ...

.. //depot/projects/soc2011/ilya_fuse/fuse_module/fuse_node.h#1 moved from //depot/projects/soc2011/ilya_fuse/fuse_module/fuse_vnode.h#1

Differences ...

==== //depot/projects/soc2011/ilya_fuse/fuse_module/Makefile#4 (text+ko) ====

@@ -13,7 +13,7 @@
        fuse_session.h \
        fuse_internal.h \
        fuse_io.h      \
-       fuse_vnode.h   \
+       fuse_node.h    \
        vnode_if.h
 
 CFLAGS+= -I../include

==== //depot/projects/soc2011/ilya_fuse/fuse_module/fuse_internal.h#2 (text+ko) ====


==== //depot/projects/soc2011/ilya_fuse/fuse_module/fuse_io.c#4 (text+ko) ====

@@ -40,8 +40,8 @@
 #endif
 
 #include "fuse.h"
+#include "fuse_node.h"
 #include "fuse_session.h"
-#include "fuse_vnode.h"
 #include "fuse_io.h"
 
 int fuse_read_directbackend(struct fuse_io_data *fioda);

==== //depot/projects/soc2011/ilya_fuse/fuse_module/fuse_msg.c#2 (text+ko) ====

@@ -23,8 +23,8 @@
 #include <sys/sysctl.h>
 
 #include "fuse.h"
+#include "fuse_node.h"
 #include "fuse_session.h"
-#include "fuse_vnode.h"
 
 static struct fuse_ticket *fticket_alloc(struct fuse_data *data);
 static void                fticket_refresh(struct fuse_ticket *tick);

==== //depot/projects/soc2011/ilya_fuse/fuse_module/fuse_node.h#1 (text+ko) ====


==== //depot/projects/soc2011/ilya_fuse/fuse_module/fuse_vfsops.c#4 (text+ko) ====

@@ -21,8 +21,8 @@
 #include <sys/fcntl.h>
 
 #include "fuse.h"
+#include "fuse_node.h"
 #include "fuse_session.h"
-#include "fuse_vnode.h"
 
 #include <sys/priv.h>
 #include <security/mac/mac_framework.h>

==== //depot/projects/soc2011/ilya_fuse/fuse_module/fuse_vnops.c#5 (text+ko) ====

@@ -40,7 +40,7 @@
 #include "fuse.h"
 #include "fuse_internal.h"
 #include "fuse_session.h"
-#include "fuse_vnode.h"
+#include "fuse_node.h"
 #include "fuse_io.h"
 
 #include <sys/priv.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105291055.p4TAtH13079371>