commit | 9f2b5debc07073e6dfdd774e3594d0224b991927 | [log] [tgz] |
---|---|---|
author | Aditya Garg <gargaditya08@live.com> | Wed Dec 07 03:05:40 2022 +0000 |
committer | Andrew Morton <akpm@linux-foundation.org> | Sun Dec 11 19:30:20 2022 -0800 |
tree | d1d94ac7bad640049c3ed2a8f603b81685038bbd | |
parent | d5b6e6eba3af11cb2a2791fa36a2524990fcde1a [diff] |
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>