commit-hurd
[Top][All Lists]
Advanced

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

[SCM] the great next stuff branch, libfuse/pinotree/fuse-improvements/ma


From: Pino Toscano
Subject: [SCM] the great next stuff branch, libfuse/pinotree/fuse-improvements/master, updated. cd50c0de1db93520000bfb907caf07e51aa6cec5
Date: Sun, 24 Mar 2013 16:00:32 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "the great next stuff".

The branch, libfuse/pinotree/fuse-improvements/master has been updated
       via  cd50c0de1db93520000bfb907caf07e51aa6cec5 (commit)
      from  9483570dadbe5675dbae5c0e8447225e8e880825 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit cd50c0de1db93520000bfb907caf07e51aa6cec5
Author: Pino Toscano <address@hidden>
Date:   Sun Mar 24 16:46:37 2013 +0100

    Fix context and user data handling at init time
    
    Make sure, using an helper function, to have an existing context before 
calling
    the init fuse operation.  Also, the USER_DATA arg of fuse_new must be set as
    new PRIVATE_DATA in the fuse context before calling the init fuse operation.
    
    * src/fuse_i.h (struct iouser): New forward declaration.
    (struct fuse): Remove field 'user_data'.
    (update_context_struct): New function.
    * src/main.c (fuse_new): Update LIBFUSE_CTX correctly before and after 
calling
    init.
    * src/netfs.c (refresh_context_struct): Call refresh_context_struct.
    (update_context_struct): New function, mostly derived from
    refresh_context_struct.  Update CTX->FUSE and CTX->PRIVATE_DATA correctly.

-----------------------------------------------------------------------

Summary of changes:
 src/fuse_i.h |    5 ++++-
 src/main.c   |    7 +++++--
 src/netfs.c  |   12 +++++++++---
 3 files changed, 18 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
the great next stuff



reply via email to

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