]> git.karo-electronics.de Git - linux-beck.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)
commitad022c87187b50f50937bd9bcd1ef312442a89af
tree738dda7e226f86ba2b875296828a85421834ea14
parentdb06d759d6cf903aeda8c107fd3abd366dd80200
Revert "mtd: switch ubi_open_volume_path() to vfs_stat()"

This reverts commit 322ea0bbf3003df17b6253f76e572c37d79a6810.

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