Re: [PATCH 1/2] pass a struct path to vfs_statfs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Jun 26, 2010 at 08:05:40PM +1000, Stephen Rothwell wrote:
> > -do_osf_statfs(struct dentry * dentry, struct osf_statfs __user *buffer,
> > +do_osf_statfs(struct path *path, struct osf_statfs __user *buffer,
> >  	      unsigned long bufsiz)
> >  {
> > -	struct kstatfs linux_stat;
> > -	int error = vfs_statfs(dentry, &linux_stat);
> > -	if (!error)
> > -		error = linux_to_osf_statfs(&linux_stat, buffer, bufsiz);
> >  	return error;	
> >  }
> 
> That can't be right ...

Yeah, this should have been removed entirely, or I should have just
dropped the unrelated cleanup from this patch.  I'll fix it up for the
next version.

--
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [Samba]     [Device Mapper]     [CEPH Development]
  Powered by Linux