20 lines
575 B
Diff
20 lines
575 B
Diff
|
*** nfs-ganesha-2.1.0/src/FSAL/commonlib.c.orig 2014-06-27 14:08:23.118133273 -0400
|
||
|
--- nfs-ganesha-2.1.0/src/FSAL/commonlib.c 2014-06-27 14:09:12.677133273 -0400
|
||
|
***************
|
||
|
*** 752,758 ****
|
||
|
int change_fsid_type(struct fsal_filesystem *fs,
|
||
|
enum fsid_type fsid_type)
|
||
|
{
|
||
|
! uint64_t major, minor;
|
||
|
bool valid = false;
|
||
|
|
||
|
if (fs->fsid_type == fsid_type)
|
||
|
--- 752,758 ----
|
||
|
int change_fsid_type(struct fsal_filesystem *fs,
|
||
|
enum fsid_type fsid_type)
|
||
|
{
|
||
|
! uint64_t major = 0, minor = 0;
|
||
|
bool valid = false;
|
||
|
|
||
|
if (fs->fsid_type == fsid_type)
|