2007-02-26 18:37:51

by Kevin Coffman

[permalink] [raw]
Subject: [PATCH] Series short description

The following series implements...

--
Signature

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NFS maillist - [email protected]
https://lists.sourceforge.net/lists/listinfo/nfs


2007-02-26 18:37:54

by Kevin Coffman

[permalink] [raw]
Subject: [PATCH] Fix reference error when writing fsloc data to cache

From: Kevin Coffman <[email protected]>

Use the correct pointer when writing fslocations data to the cache.
---

utils/mountd/cache.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/utils/mountd/cache.c b/utils/mountd/cache.c
index a14f4f2..97481bd 100644
--- a/utils/mountd/cache.c
+++ b/utils/mountd/cache.c
@@ -465,7 +465,7 @@ static int dump_to_cache(FILE *f, char *
qword_print(f, "uuid");
qword_printhex(f, exp->e_uuid, 16);
}
- write_fsloc(f, &exp, path);
+ write_fsloc(f, exp, path);
}
return qword_eol(f);
}

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NFS maillist - [email protected]
https://lists.sourceforge.net/lists/listinfo/nfs

2007-02-26 18:43:58

by Kevin Coffman

[permalink] [raw]
Subject: Re: [PATCH] Series short description

:-/

This should have said:

I'm sending a patch that fixes fslocations for nfs-utils-1.0.11.

This makes fslocations work correctly with your kernel patches that
add uuid support.

The patch that Steve Dickson sent earlier is also required.


On 2/26/07, Kevin Coffman <[email protected]> wrote:
> The following series implements...
>
> --
> Signature

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NFS maillist - [email protected]
https://lists.sourceforge.net/lists/listinfo/nfs