[PATCH] FUSE: 0/3 update kernel ABI

From: Miklos Szeredi (miklos_at_szeredi.hu)
Date: 03/31/05

  • Next message: Miklos Szeredi: "[PATCH] FUSE: 1/3 add padding"
    To: akpm@osdl.org
    Date:	Thu, 31 Mar 2005 22:52:42 +0200
    
    

    The following 3 patches change the userspace interface. Backward
    compatibility is not retained, the library must be upgraded to
    2.3-pre1 or later. The library will support both the old and the new
    ABI versions. Filesystems dynamically linked with libfuse don't need
    to be recompiled.

    The main reason for the change is that the current interface was not
    compatible between 32bit and 64bit modes of dual architecures.

    The patches are:

      1/3 - Add padding to structures to make sizes the same on 32bit and
            64bit archs

      2/3 - Add offset to fuse_dirent structure. This will make the
            readdir interface more flexible

      3/3 - Change ABI major version from 5 to 6, and check if userspace
            supports the new interface

    Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Miklos Szeredi: "[PATCH] FUSE: 1/3 add padding"