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