]> git.sur5r.net Git - u-boot/commit
fs: Set .opendir to fs_opendir_unsupported for btrfs
authorMarek BehĂșn <marek.behun@nic.cz>
Fri, 6 Oct 2017 14:56:07 +0000 (16:56 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 16 Oct 2017 13:42:51 +0000 (09:42 -0400)
commit38fc683d33777e0e32b2aab82e3d7cb6d0b87874
tree8eb6411d084488e9908cbea43921bad77ab5db17
parent733d963e3b3e39fd49a9090b3f29ad0dafd2277d
fs: Set .opendir to fs_opendir_unsupported for btrfs

Otherwise fs_opendir will fault.

Signed-off-by: Marek Behun <marek.behun@nic.cz>
fs/fs.c