[GIT PULL] fuse update for 4.12
From: Miklos Szeredi
Date: Wed May 10 2017 - 08:47:29 EST
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git for-linus
This contains support for pid namespaces from Seth and refcount_t work from
Elena.
Thanks,
Miklos
---
Elena Reshetova (3):
fuse: convert fuse_file.count from atomic_t to refcount_t
fuse: convert fuse_req.count from atomic_t to refcount_t
fuse: convert fuse_conn.count from atomic_t to refcount_t
Seth Forshee (1):
fuse: Add support for pid namespaces
---
fs/fuse/dev.c | 24 +++++++++++++++---------
fs/fuse/file.c | 30 +++++++++++++++++++++---------
fs/fuse/fuse_i.h | 11 ++++++++---
fs/fuse/inode.c | 9 ++++++---
4 files changed, 50 insertions(+), 24 deletions(-)