statmount: simplify numeric option retrieval
authorChristian Brauner <brauner@kernel.org>
Sun, 19 Nov 2023 18:03:33 +0000 (19:03 +0100)
committerChristian Brauner <brauner@kernel.org>
Mon, 11 Dec 2023 18:11:07 +0000 (19:11 +0100)
commit6971beb4ec52ad7b26f5b5eedf19d4963be7df1b
tree76d19fa7f1270323f3868de14184f89487fedf1b
parent46eae99ef73302f9fb3dddcd67c374b3dffe8fd6
statmount: simplify numeric option retrieval

Don't use all of this indirection which makes it really hard to follow
the code which is very basic. Error handling is also not really neede
here at all.

Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/namespace.c