Re: [PATCH 03/32] VFS: Introduce the basic header for the new mount API's filesystem context [ver #8]

From: Al Viro
Date: Thu May 31 2018 - 19:14:01 EST


On Fri, May 25, 2018 at 01:05:43AM +0100, David Howells wrote:
> + void *fs_private; /* The filesystem's context */
...
> + void *s_fs_info; /* Proposed s_fs_info */

While we are at it, do we really need both in generic interface?