]> asedeno.scripts.mit.edu Git - linux.git/commit
ovl: allocate an ovl_inode struct
authorAmir Goldstein <amir73il@gmail.com>
Mon, 12 Jun 2017 06:54:40 +0000 (09:54 +0300)
committerMiklos Szeredi <mszeredi@redhat.com>
Tue, 4 Jul 2017 20:03:15 +0000 (22:03 +0200)
commit13cf199d0088b77ab08a9594df2e73e775317ed2
treef07270a1879f7c58925dc3ddabdc93c16a14f43e
parentf681eb1d5c02c9e79775e10363057d034c720efc
ovl: allocate an ovl_inode struct

We need some more space to store overlay inode data in memory,
so allocate overlay inodes from a slab of struct ovl_inode.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/overlayfs/ovl_entry.h
fs/overlayfs/super.c