]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ovl: split out ovl_get_workpath() from ovl_fill_super()
authorMiklos Szeredi <mszeredi@redhat.com>
Thu, 9 Nov 2017 09:23:28 +0000 (10:23 +0100)
committerMiklos Szeredi <mszeredi@redhat.com>
Thu, 9 Nov 2017 09:23:28 +0000 (10:23 +0100)
commit87ad447a9d4f807b5542e6d92c6d740103b82bda
treebe2d852cdfbc60e1952e8651f57234e3e62c9e5e
parent6ee8acf0f72b89b3c6d9df9cbe9b815711af3c7b
ovl: split out ovl_get_workpath() from ovl_fill_super()

It's okay to get rid of the intermediate error label due to ufs being
zeroed on allocation.

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/overlayfs/super.c