• K
    fs/ntfs3: Use new api for mounting · 610f8f5a
    Kari Argillander 提交于
    We have now new mount api as described in Documentation/filesystems. We
    should use it as it gives us some benefits which are desribed here
    lore.kernel.org/linux-fsdevel/159646178122.1784947.11705396571718464082.stgit@warthog.procyon.org.uk/
    
    Nls loading is changed a to load with string. This did make code also
    little cleaner.
    
    Also try to use fsparam_flag_no as much as possible. This is just nice
    little touch and is not mandatory but it should not make any harm. It
    is just convenient that we can use example acl/noacl mount options.
    Signed-off-by: NKari Argillander <kari.argillander@gmail.com>
    Signed-off-by: NKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
    610f8f5a
ntfs_fs.h 34.8 KB