]> www.infradead.org Git - users/willy/xarray.git/commit
ovl: allocate a container struct ovl_file for ovl private context
authorAmir Goldstein <amir73il@gmail.com>
Mon, 7 Oct 2024 13:22:29 +0000 (15:22 +0200)
committerAmir Goldstein <amir73il@gmail.com>
Fri, 15 Nov 2024 07:56:48 +0000 (08:56 +0100)
commit87a8a76c34a2ae6f667cc33249dc99705e363d1f
tree7b027644d0b4f252aa90e3b468eba00845de8e7b
parentc2c54b5f34f6341f24d06689d4b986bd75b4b41c
ovl: allocate a container struct ovl_file for ovl private context

Instead of using ->private_data to point at realfile directly, so
that we can add more context per ovl open file.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
fs/overlayfs/dir.c
fs/overlayfs/file.c
fs/overlayfs/overlayfs.h