]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
UBUNTU: SAUCE: aufs -- Convert to use xattr handlers
authorSeth Forshee <seth.forshee@canonical.com>
Tue, 6 Dec 2016 15:27:46 +0000 (09:27 -0600)
committerTim Gardner <tim.gardner@canonical.com>
Mon, 20 Feb 2017 03:57:58 +0000 (20:57 -0700)
commitcaaa92e75c915fe3cfdf6260f27073a43fff3b4d
tree67e4ff7fdc5799ee8d1a70b18ac6ce3d2ba1bea0
parent5b88fdd9899ed764a8e0e4f2da6984d4498f7fad
UBUNTU: SAUCE: aufs -- Convert to use xattr handlers

Starting with Linux 4.9-rc1 the {get,set,remove}xattr inode
operations have been removed, and filesystems are required to use
xattr handlers instead. There's some partially implemented xattr
handlers commented out in aufs already. Finish those handlers and
convert aufs over to use them.

Fixes FTBFS with 4.9 kernels.

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