android_kernel_samsung_msm8976/fs/fuse
Miklos Szeredi d609df085c fuse: handle large user and group ID
commit 233a01fa9c4c7c41238537e8db8434667ff28a2f upstream.

If the number in "user_id=N" or "group_id=N" mount options was larger than
INT_MAX then fuse returned EINVAL.

Fix this to handle all valid uid/gid values.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-07-28 08:00:02 -07:00
..
control.c fs: Limit sys_mount to only request filesystem modules. 2013-03-03 19:36:31 -08:00
cuse.c Merge branch 'akpm' (incoming from Andrew) 2013-05-07 20:49:51 -07:00
dev.c fuse: fix pipe_buf_operations 2014-02-13 13:47:59 -08:00
dir.c fuse: readdir: check for slash in names 2013-09-26 17:18:30 -07:00
file.c fuse: fix fallocate vs. ftruncate race 2013-10-13 16:08:32 -07:00
fuse_i.h fuse: hotfix truncate_pagecache() issue 2013-09-26 17:18:30 -07:00
inode.c fuse: handle large user and group ID 2014-07-28 08:00:02 -07:00
Kconfig fuse: Move CUSE Kconfig entry from fs/Kconfig into fs/fuse/Kconfig 2013-01-17 13:08:45 +01:00
Makefile