mbox series

[v2,0/3] Incremental against [exports] rootdir patchset

Message ID 20190604175734.98657-1-trond.myklebust@hammerspace.com (mailing list archive)
Headers show
Series Incremental against [exports] rootdir patchset | expand

Message

Trond Myklebust June 4, 2019, 5:57 p.m. UTC
These patches fix up a couple of bugs and issues against the [exports]
rootdir patchset for nfs-utils.

v2:
 - Fix nfsd_path_strip_root() return value, as pointed out by Bruce
 - Fix a strlen() bug in nfsd_path_strip_root()

Trond Myklebust (3):
  mountd: Fix up incorrect comparison in next_mnt()
  mountd: Ensure nfsd_path_strip_root() uses the canonicalised path
  mountd: Canonicalise the rootdir in exportent_mkrealpath()

 support/export/export.c  | 12 ++++++++++--
 support/misc/nfsd_path.c | 17 ++++++++++++-----
 utils/mountd/cache.c     |  8 +++++---
 3 files changed, 27 insertions(+), 10 deletions(-)