hfsplus: fix bug causing custom uid and gid being unable to be assigned with mount
authorAditya Garg <gargaditya08@live.com>
Wed, 7 Dec 2022 03:05:40 +0000 (03:05 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 12 Dec 2022 03:30:20 +0000 (19:30 -0800)
commit9f2b5debc07073e6dfdd774e3594d0224b991927
treed1d94ac7bad640049c3ed2a8f603b81685038bbd
parentd5b6e6eba3af11cb2a2791fa36a2524990fcde1a
hfsplus: fix bug causing custom uid and gid being unable to be assigned with mount

Despite specifying UID and GID in mount command, the specified UID and GID
were not being assigned. This patch fixes this issue.

Link: https://lkml.kernel.org/r/C0264BF5-059C-45CF-B8DA-3A3BD2C803A2@live.com
Signed-off-by: Aditya Garg <gargaditya08@live.com>
Reviewed-by: Viacheslav Dubeyko <slava@dubeyko.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/hfsplus/hfsplus_fs.h
fs/hfsplus/inode.c
fs/hfsplus/options.c