]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
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)
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

index 1be7da841c1280f5bb6fd3a8fdbf504e73843e6f..a17ba125e8270a8763de0154ddf2cf7faffd30b0 100644 (file)
@@ -1394,7 +1394,6 @@ struct inode_operations aufs_iop_nogetattr[AuIop_Last],
                .listxattr      = aufs_listxattr,
 #endif
 
-               .readlink       = generic_readlink,
                .get_link       = aufs_get_link,
 
                /* .update_time = aufs_update_time */