Deleted Added
full compact
35c35
< __FBSDID("$FreeBSD: head/sys/fs/nfsclient/nfs_clcomsubs.c 222389 2011-05-27 22:05:10Z rmacklem $");
---
> __FBSDID("$FreeBSD: head/sys/fs/nfsclient/nfs_clcomsubs.c 240720 2012-09-20 02:49:25Z rmacklem $");
129c129
< nd->nd_flag = ND_NFSV4;
---
> nd->nd_flag = ND_NFSV4 | ND_NFSCL;
131c131
< nd->nd_flag = ND_NFSV3;
---
> nd->nd_flag = ND_NFSV3 | ND_NFSCL;
133c133
< nd->nd_flag = ND_NFSV2;
---
> nd->nd_flag = ND_NFSV2 | ND_NFSCL;