]> 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, 6 Feb 2017 12:19:04 +0000 (05:19 -0700)
commit045a8d15de46cff608769a4e087e1d5ff1694748
treedd350edc463e503d6d7d52cb95d8fceebac38295
parent59c1d5d6471b1d9991ea8201d4ca5f84df401d3f
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