]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
UBUNTU: SAUCE: aufs -- Add flags argument to aufs_rename()
authorSeth Forshee <seth.forshee@canonical.com>
Tue, 6 Dec 2016 15:51:01 +0000 (09:51 -0600)
committerTim Gardner <tim.gardner@canonical.com>
Mon, 20 Feb 2017 03:57:58 +0000 (20:57 -0700)
commit52bc1efa69e0bb001a78a249f021884ee0e75c88
tree783b03bc4c432744ab82c323ccb291a24b726279
parentcaaa92e75c915fe3cfdf6260f27073a43fff3b4d
UBUNTU: SAUCE: aufs -- Add flags argument to aufs_rename()

Starting with Linux 4.9-rc1 the rename2 inode operation has
replaced the rename op, so filesystem rename implementations
require an extra flags argument. Add the argument to fix the
FTBFS with Linux 4.9, but since aufs doesn't support any of the
flags return an error if it is non-zero.

Fixes FTBFS with 4.9 kernels.

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