hurdextras-commit
[Top][All Lists]
Advanced

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

Changes to libfuse/netfs.c


From: Thomas Schwinge
Subject: Changes to libfuse/netfs.c
Date: Fri, 02 Dec 2005 18:29:02 -0500

Index: libfuse/netfs.c
diff -u libfuse/netfs.c:1.31 libfuse/netfs.c:1.32
--- libfuse/netfs.c:1.31        Fri Dec  2 22:45:23 2005
+++ libfuse/netfs.c     Fri Dec  2 23:29:02 2005
@@ -36,10 +36,6 @@
 
 /* fuse_dirhandle, passed to ops->getdir to store our information */
 struct fuse_dirhandle {
-  /*** stuff needed for attempt_lookup *********************/
-  unsigned found :1;
-
-  /*** things needed for get_dirents ***********************/
   int first_entry;         /* index of first entry to return (counted down
                            * in helper function) */
   int num_entries;         /* number of further entries we may write out to the
@@ -50,7 +46,6 @@
   size_t maxlen;           /* (allocated) length of filename field, def 256 */
   struct netnode *parent;  /* netnode of the dir which's content we list */
 
-  /*** things used here and there **************************/
   char *abspath;
   char *filename;
 };




reply via email to

[Prev in Thread] Current Thread [Next in Thread]