]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
UBUNTU: SAUCE: aufs -- remove .readlink assignment
authorSeth Forshee <seth.forshee@canonical.com>
Thu, 5 Jan 2017 17:26:02 +0000 (11:26 -0600)
committerTim Gardner <tim.gardner@canonical.com>
Mon, 20 Feb 2017 03:57:58 +0000 (20:57 -0700)
commitd66c9383bdf544f588bf09d7d67eee1c3c0dbd66
tree53b5ab007bfec97847f7047c41384e9eee0f0599
parent98e55b6863216d440d63949acc1b4b737faf1f85
UBUNTU: SAUCE: aufs -- remove .readlink assignment

Since 76fca90e9f3a "vfs: default to generic_readlink()" the vfs
will default to generic_readlink if the fs .readlink callback is
NULL.

Fixes FTBFS with 4.10 kernels.

Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
fs/aufs/i_op.c