|
Line
Link Here
|
|
-- |
|
|
| 1 |
support/include/exportfs.h | 1 + |
|
support/include/exportfs.h | 1 + |
| 2 |
support/nfs/exports.c | 2 +- |
1 |
support/nfs/exports.c | 2 +- |
| 3 |
utils/mountd/cache.c | 1 + |
2 |
utils/mountd/cache.c | 1 + |
| 4 |
3 files changed, 3 insertions(+), 1 deletion(-) |
3 |
3 files changed, 3 insertions(+), 1 deletion(-) |
| 5 |
-- nfs-utils-1.2.7.orig/support/include/exportfs.h |
4 |
++ nfs-utils-1.2.7/support/include/exportfs.h |
|
Lines 177-182
struct export_features {
Link Here
|
| 177 |
}; |
177 |
}; |
| 178 |
|
178 |
|
| 179 |
struct export_features *get_export_features(void); |
179 |
struct export_features *get_export_features(void); |
|
|
180 |
void fix_pseudoflavor_flags(struct exportent *ep); |
| 180 |
|
181 |
|
| 181 |
/* Record export error. */ |
182 |
/* Record export error. */ |
| 182 |
extern int export_errno; |
183 |
extern int export_errno; |
| 183 |
-- nfs-utils-1.2.7.orig/support/nfs/exports.c |
184 |
++ nfs-utils-1.2.7/support/nfs/exports.c |
|
Lines 469-475
static void clearflags(int mask, unsigne
Link Here
|
| 469 |
* ensure that the export flags agree with the flags on each |
469 |
* ensure that the export flags agree with the flags on each |
| 470 |
* pseudoflavor: |
470 |
* pseudoflavor: |
| 471 |
*/ |
471 |
*/ |
| 472 |
static void fix_pseudoflavor_flags(struct exportent *ep) |
472 |
void fix_pseudoflavor_flags(struct exportent *ep) |
| 473 |
{ |
473 |
{ |
| 474 |
struct export_features *ef; |
474 |
struct export_features *ef; |
| 475 |
struct sec_entry *p; |
475 |
struct sec_entry *p; |
| 476 |
-- nfs-utils-1.2.7.orig/utils/mountd/cache.c |
476 |
++ nfs-utils-1.2.7/utils/mountd/cache.c |
|
Lines 715-720
static void write_secinfo(FILE *f, struc
Link Here
|
| 715 |
/* There was no sec= option */ |
715 |
/* There was no sec= option */ |
| 716 |
return; |
716 |
return; |
| 717 |
} |
717 |
} |
|
|
718 |
fix_pseudoflavor_flags(ep); |
| 718 |
qword_print(f, "secinfo"); |
719 |
qword_print(f, "secinfo"); |
| 719 |
qword_printint(f, p - ep->e_secinfo); |
720 |
qword_printint(f, p - ep->e_secinfo); |
| 720 |
for (p = ep->e_secinfo; p->flav; p++) { |
721 |
for (p = ep->e_secinfo; p->flav; p++) { |