Re: [PATCH 2/8] VFS: per inode statfs (core)

From: Miklos Szeredi
Date: Tue Oct 25 2005 - 00:45:30 EST


> > This patch adds a statfs method to inode operations. This is invoked
> > whenever the dentry is available (not called from sys_ustat()) and the
> > filesystem implements this method. Otherwise the normal
> > s_op->statfs() will be called.
> >
> > This change is backward compatible, but calls to vfs_statfs() should
> > be changed to vfs_dentry_statfs() whenever possible.
>
> What the fuck for? statfs() returns data that by definition should
> not depend on inode within a filesystem.

Exactly. But it's specified nowhere that there has to be a one-one
mapping between remote filesystem - local filesystem.

Miklos
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/