Re: [PATCH 7/9] Use struct path in struct svc_expkey

2007-11-05 Thread J. Bruce Fields
On Mon, Nov 05, 2007 at 05:32:39PM +0100, Jan Blunck wrote: > I'm embedding struct path into struct svc_expkey. Looks straightforward to me, thanks. Acked-by: J. Bruce Fields <[EMAIL PROTECTED]> --b. > > Signed-off-by: Jan Blunck <[EMAIL PROTECTED]> > --- > fs/nfsd/export.c

[PATCH 7/9] Use struct path in struct svc_expkey

2007-11-05 Thread Jan Blunck
I'm embedding struct path into struct svc_expkey. Signed-off-by: Jan Blunck <[EMAIL PROTECTED]> --- fs/nfsd/export.c| 30 +- include/linux/nfsd/export.h |3 +-- 2 files changed, 14 insertions(+), 19 deletions(-) Index: b/fs/nfsd/export.c