Re: Fix MNAMELEN or reimplement struct statfs

2013-06-10 Thread John Baldwin
On Saturday, June 08, 2013 9:36:27 pm m...@freebsd.org wrote: > On Sat, Jun 8, 2013 at 3:52 PM, Dirk Engling wrote: > > > The arbitrary value > > > > #define MNAMELEN88 /* size of on/from name bufs */ > > > > struct statfs { > > [...] > > charf_mntfromname[MNAMELE

Re: Fix MNAMELEN or reimplement struct statfs

2013-06-08 Thread mdf
On Sat, Jun 8, 2013 at 3:52 PM, Dirk Engling wrote: > The arbitrary value > > #define MNAMELEN88 /* size of on/from name bufs */ > > struct statfs { > [...] > charf_mntfromname[MNAMELEN];/* mounted filesystem */ > charf_mntonname[MNAMELEN]; /* directo

Fix MNAMELEN or reimplement struct statfs

2013-06-08 Thread Dirk Engling
The arbitrary value #define MNAMELEN88 /* size of on/from name bufs */ struct statfs { [...] charf_mntfromname[MNAMELEN];/* mounted filesystem */ charf_mntonname[MNAMELEN]; /* directory on which mounted */ }; currently bites us when trying to use pou