NFS: a couple off by ones
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 16 Dec 2014 23:52:26 +0000 (02:52 +0300)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Sat, 31 Jan 2015 01:43:30 +0000 (20:43 -0500)
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>
fs/nfs/nfsroot.c

Simple merge