android_kernel_oneplus_msm8998/fs/ufs
Al Viro 66ee750cfd ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavour
[ Upstream commit 4e9036042fedaffcd868d7f7aa948756c48c637d ]

To choose whether to pick the GID from the old (16bit) or new (32bit)
field, we should check if the old gid field is set to 0xffff.  Mainline
checks the old *UID* field instead - cut'n'paste from the corresponding
code in ufs_get_inode_uid().

Fixes: 252e211e90
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-06-11 12:23:49 +02:00
..
balloc.c ufs: restore maintaining ->i_blocks 2017-06-14 13:16:24 +02:00
cylinder.c
dir.c ufs: use dir_pages instead of ufs_dir_pages() 2015-06-23 18:02:01 -04:00
file.c make new_sync_{read,write}() static 2015-04-11 22:29:40 -04:00
ialloc.c fs/ufs: restore s_lock mutex 2015-06-16 02:07:38 -04:00
inode.c ufs_getfrag_block(): we only grab ->truncate_mutex on block creation path 2017-06-14 13:16:24 +02:00
Kconfig
Makefile ufs: move truncate code into inode.c 2015-07-06 17:39:30 -04:00
namei.c do d_instantiate/unlock_new_inode combinations safely 2018-05-30 07:48:52 +02:00
super.c ufs: set correct ->s_maxsize 2017-06-14 13:16:24 +02:00
swab.h
symlink.c ufs: switch to simple_follow_link() 2015-05-10 22:18:25 -04:00
ufs.h ufs: move truncate code into inode.c 2015-07-06 17:39:30 -04:00
ufs_fs.h
util.c
util.h ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavour 2019-06-11 12:23:49 +02:00