Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
projects
:
filesystems
>
nfs-ganesha
> nfs-ganesha-2.0.0-lustre-strict.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File nfs-ganesha-2.0.0-lustre-strict.patch of Package nfs-ganesha
diff -up nfs-ganesha-2.0.0/src/FSAL/FSAL_LUSTRE/fsal_handle.h.lustre-strict nfs-ganesha-2.0.0/src/FSAL/FSAL_LUSTRE/fsal_handle.h --- nfs-ganesha-2.0.0/src/FSAL/FSAL_LUSTRE/fsal_handle.h.lustre-strict 2013-12-10 16:01:48.823633927 -0800 +++ nfs-ganesha-2.0.0/src/FSAL/FSAL_LUSTRE/fsal_handle.h 2013-12-10 16:02:38.036661006 -0800 @@ -109,7 +109,7 @@ static inline int lustre_name_to_handle_ struct lustre_file_handle *out_handle, int flags) { - char path[MAXPATHLEN]; + char path[MAXPATHLEN + 2]; if (!mntpath || !at_handle || !name || !out_handle) return -1;