• Hirofumi Ogawa's avatar
    [PATCH] FAT: Fix nfsv2 support · f82f633c
    Hirofumi Ogawa authored
    The ->dentry_to_fh() can use the 20 bytes in the case of NFSv2, but
    fat_dentry_to_fh() requires 24 bytes by my patch.
    
    So nfsd reply the EOPNOTSUPP to nfs client, then nfs client convert
    the unknown error to -EIO.
    
    This patch fixes the problem by pushing the handle data into 20 bytes.
    f82f633c
inode.c 34.6 KB