mbox series

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

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

Message

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

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     |  2 +-
 3 files changed, 24 insertions(+), 7 deletions(-)

Comments

Steve Dickson June 10, 2019, 1:53 p.m. UTC | #1
On 6/3/19 1:12 PM, Trond Myklebust wrote:
> These patches fix up a couple of bugs and issues against the [exports]
> rootdir patchset for nfs-utils.
> 
> 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     |  2 +-
>  3 files changed, 24 insertions(+), 7 deletions(-)
> 
Committed!

steved.