• D
    vfs: Convert efivarfs to use the new mount API · 47999745
    David Howells 提交于
    Convert the efivarfs filesystem to the new internal mount API as the old
    one will be obsoleted and removed.  This allows greater flexibility in
    communication of mount parameters between userspace, the VFS and the
    filesystem.
    
    [AV: get rid of efivarfs_sb nonsense - it has never been used]
    
    See Documentation/filesystems/mount_api.txt for more information.
    Signed-off-by: NDavid Howells <dhowells@redhat.com>
    cc: Matthew Garrett <matthew.garrett@nebula.com>
    cc: Jeremy Kerr <jk@ozlabs.org>
    cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
    cc: linux-efi@vger.kernel.org
    Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
    47999745
super.c 6.2 KB