]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "mtd: switch ubi_open_volume_path() to vfs_stat()"
authorRichard Weinberger <richard@nod.at>
Sun, 12 Jun 2016 21:37:53 +0000 (23:37 +0200)
committerRichard Weinberger <richard@nod.at>
Tue, 14 Jun 2016 08:51:42 +0000 (10:51 +0200)
commitcc3e2eb58d6e5ea1c01323d09babaf58fafe071b
tree738dda7e226f86ba2b875296828a85421834ea14
parent5f647ff0d38ca53667559dde891f9d04ef5ae475
Revert "mtd: switch ubi_open_volume_path() to vfs_stat()"

This reverts commit 55c91f2703301b55eca19a3f9d353abb4f735dfa.

vfs_stat() can only be used on user supplied buffers.
UBI's kapi.c is the API to the kernel and therefore vfs_stat()
is inappropriate.

This solves the problem that mounting any UBIFS will immediately
fail with -EINVAL.

Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
drivers/mtd/ubi/kapi.c