commit | c7c545d4a34872f4a3d710e22f21fb61f7258706 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Dec 17 02:52:26 2014 +0300 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Fri Jan 30 20:43:30 2015 -0500 |
tree | 4722f62ab165f67b6637be5783b034a5bda20729 | |
parent | 3a7ed3fff3bb22828f7d7ba6b75c7d22ee54df38 [diff] |
NFS: a couple off by ones These tests are off by one because if len == sizeof(nfs_export_path) then we have truncated the name. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>