>From Frank Filz <ffilz...@mindspring.com>:

Frank Filz has uploaded a new change for review.

  https://review.gerrithub.io/232476

Change subject: Fix posix_find_parent to differentiate when /fs1 and /fs10 are 
filesystems
......................................................................

Fix posix_find_parent to differentiate when /fs1 and /fs10 are filesystems

If we are finding the parent of /fs10/fs2, we don't want /fs1 to be the
parent. When we match "/fs1" against "/fs10/fs2", the strncmp will match,
so we test if the next character of the child patch is '/'. Since it's not,
we skip /fs1 as being a possible parent of /fs10/fs2.

Change-Id: I866d12f0f4ea32e2a498ed1fdd71e7974e2b249a
Signed-off-by: Frank S. Filz <ffilz...@mindspring.com>
---
M src/FSAL/commonlib.c
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/76/232476/1
-- 
To view, visit https://review.gerrithub.io/232476
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I866d12f0f4ea32e2a498ed1fdd71e7974e2b249a
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Frank Filz <ffilz...@mindspring.com>

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to