commit | ad022c87187b50f50937bd9bcd1ef312442a89af | [log] [tgz] |
---|---|---|
author | Richard Weinberger <richard@nod.at> | Sun Jun 12 23:37:53 2016 +0200 |
committer | Richard Weinberger <richard@nod.at> | Tue Jun 14 10:51:42 2016 +0200 |
tree | 738dda7e226f86ba2b875296828a85421834ea14 | |
parent | db06d759d6cf903aeda8c107fd3abd366dd80200 [diff] |
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>