Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git for-linus This fixes a regression (spotted by the Sandstorm.io folks) in the pid namespace handling introduced in 4.12. There's also a fix for honoring sync/dsync flags for pwritev2(). Thanks, Miklos --- Miklos Szeredi (3): fuse: allow server to run in different pid_ns fuse: honor iocb sync flags on write fuse: getattr cleanup --- fs/fuse/cuse.c | 4 ++-- fs/fuse/dev.c | 13 +++++++------ fs/fuse/dir.c | 30 +++++++++++++----------------- fs/fuse/file.c | 52 ++++++++++++++++++++++++++++------------------------ fs/fuse/fuse_i.h | 8 +++----- 5 files changed, 53 insertions(+), 54 deletions(-)