Re: NCPFS not returning Volume Size (???)

2000-11-19 Thread Jeff V. Merkey
On Sun, Nov 19, 2000 at 05:10:06PM +0100, Petr Vandrovec wrote: > On Thu, Nov 16, 2000 at 08:40:29PM -0700, Jeff V. Merkey wrote: > > Petr, > > > > NCPFS in 2.2.18-pre21 is not returning volume size via df -h. I checked > > your code and found this comment: > > > > static int ncp_statfs(struct

Re: NCPFS not returning Volume Size (???)

2000-11-19 Thread Jeff V. Merkey
On Sun, Nov 19, 2000 at 05:10:06PM +0100, Petr Vandrovec wrote: On Thu, Nov 16, 2000 at 08:40:29PM -0700, Jeff V. Merkey wrote: Petr, NCPFS in 2.2.18-pre21 is not returning volume size via df -h. I checked your code and found this comment: static int ncp_statfs(struct super_block

Re: NCPFS not returning Volume Size (???)

2000-11-16 Thread Jeff V. Merkey
On Thu, Nov 16, 2000 at 08:40:29PM -0700, Jeff V. Merkey wrote: > Petr, > > NCPFS in 2.2.18-pre21 is not returning volume size via df -h. I checked > your code and found this comment: > > static int ncp_statfs(struct super_block *sb, struct statfs *buf, int bufsiz) > { > struct statfs

NCPFS not returning Volume Size (???)

2000-11-16 Thread Jeff V. Merkey
Petr, NCPFS in 2.2.18-pre21 is not returning volume size via df -h. I checked your code and found this comment: static int ncp_statfs(struct super_block *sb, struct statfs *buf, int bufsiz) { struct statfs tmp; /* We cannot say how much disk space is left on a mounted

NCPFS not returning Volume Size (???)

2000-11-16 Thread Jeff V. Merkey
Petr, NCPFS in 2.2.18-pre21 is not returning volume size via df -h. I checked your code and found this comment: static int ncp_statfs(struct super_block *sb, struct statfs *buf, int bufsiz) { struct statfs tmp; /* We cannot say how much disk space is left on a mounted

Re: NCPFS not returning Volume Size (???)

2000-11-16 Thread Jeff V. Merkey
On Thu, Nov 16, 2000 at 08:40:29PM -0700, Jeff V. Merkey wrote: Petr, NCPFS in 2.2.18-pre21 is not returning volume size via df -h. I checked your code and found this comment: static int ncp_statfs(struct super_block *sb, struct statfs *buf, int bufsiz) { struct statfs tmp;