fs is the path to a mount point?
> Present data to the named filesystem as being the authentication token
> for the specified key (eg: an AFS cell). If accepted, this token should
> be stored in the PAG to which the calling process belongs.
s/filesystem/mount instance/
>
> struct file_system_type {
> ...
> int settok(struct file_system_type *fstype,
> const char *domain,
> size_t size,
> const void *data);
> };
This should go into super_operations instead.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/